-
Notifications
You must be signed in to change notification settings - Fork 27
Open
Labels
Milestone
Description
We want to seperate the creation of the tags from the crawler.
The creation of the tags requirements are as follow:
- Cron job that runs every 24 hours.
- Re-compute the tags of a plan if the last update time of the plan is after the last update time of the tags of this plan.
- Before re-computing the tags of a plan, remove all previous tags for this plan.
- The creation of father tags are not needed as of now, but beware that we need to add that functionality later. (Make sure that it will be comfortable to add this functionality)
- This code should sit in the cron directory. It should resemble the existing crons in its behavior.