cameronmaske / celery-once

Celery Once allows you to prevent multiple execution and queuing of celery tasks.
https://pypi.python.org/pypi/celery_once/
BSD 2-Clause "Simplified" License
661 stars 90 forks source link

Recheck that dup task is actually running #118

Open Suor opened 4 years ago

Suor commented 4 years ago

This might be done with AsyncResult(existing_task_id).ready().