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

File Backend Release #86

Closed cameronmaske closed 5 years ago

cameronmaske commented 5 years ago

Minor changes to #84 to keep the File Backend's naming consistent with the existing paradigm and added an integration test.