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

Allow using optional kwargs as part of the key. #128

Open schinckel opened 3 years ago

schinckel commented 3 years ago

This could possibly be improved by ensuring we use the default value of the optional kwargs as part of the lock key, but I'm not sure how to get that.

schinckel commented 3 years ago

I'm not even sure it is possible to get the default kwargs - we'd need to introspect the task definition I guess.