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

Handle situtions where run function is wrapped with a decorator (like in sentry-sdk) #106

Closed cameronmaske closed 5 years ago

cameronmaske commented 5 years ago

Superseeded by #107