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

Prevent generation of very long names for lock file #97

Closed xuhcc closed 5 years ago

xuhcc commented 5 years ago

Max. filename length set to 50.

Fixes #96