celery-once icon indicating copy to clipboard operation
celery-once copied to clipboard

Allow using optional kwargs as part of the key.

Open schinckel opened this issue 4 years ago • 1 comments

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 avatar Apr 15 '21 03:04 schinckel

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

schinckel avatar Apr 15 '21 03:04 schinckel