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

Allow dotted dict as restriction key #125

Open fernandowaitman opened 3 years ago

fernandowaitman commented 3 years ago

commit 1: Remove unused import commit 2: Allow dotted dict as the restriction key commit 3: Improvement to achieve python 3.6 compatibility (tests)