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
659 stars 91 forks source link

Change how keys are generated from task's signature. #107

Closed cameronmaske closed 4 years ago

cameronmaske commented 4 years ago

This with combined with https://github.com/getsentry/sentry-python/pull/475 should close #72 for Python 2 users.

cameronmaske commented 4 years ago

Release this before https://github.com/getsentry/sentry-python/pull/475 will work