PolicyStat / jobtastic

Make your user-responsive long-running Celery jobs totally awesomer.
http://policystat.github.com/jobtastic/
MIT License
645 stars 61 forks source link

Add option to retry a task later if the task is already running #67

Closed kylegibson closed 8 years ago

kylegibson commented 8 years ago

In cases where we don't want thundering herd avoidance, but instead want tasks to run sequentially, add an option that will cause subsequent tasks to retry after a period of time if an existing similar task is already running.

kylegibson commented 8 years ago

68 covers this