You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am struglling to make celery-once check against the lock when using celery.send_task.
Can you explain me the reason why it fails to check against the lock when using send_task ?
Is it possible to add this feature to the library ?
I am making the flower rest api available to the end users to make calls to my tasks and it would be great if celery_once could prevent calling the task when using send_task endpoint ?
Thanks,
Regards
The text was updated successfully, but these errors were encountered:
Hello,
I am struglling to make celery-once check against the lock when using celery.send_task.
Can you explain me the reason why it fails to check against the lock when using send_task ?
Is it possible to add this feature to the library ?
I am making the flower rest api available to the end users to make calls to my tasks and it would be great if celery_once could prevent calling the task when using send_task endpoint ?
Thanks,
Regards
The text was updated successfully, but these errors were encountered: