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

Adding "keep_lock_until_timeout" param #133

Open CartierPierre opened 3 years ago

CartierPierre commented 3 years ago

"keep_lock_until_timeout" is used to prevent same calls within a time interval defined by "default_timeout" configuration

CartierPierre commented 2 years ago

@cameronmaske Can you take a look ;) ?