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
This task works well and retries are working as well when I am testing it on dev environment. But, when I run a unittest to check if retries are working, task call self.retry(**retry_parameters) - it doesn't initiate some_celery_task_invoke. What could be the reason?
The text was updated successfully, but these errors were encountered:
I have a celery task which base class is QueueOnce, the task is locked with order_id argument:
This task works well and retries are working as well when I am testing it on dev environment. But, when I run a unittest to check if retries are working, task call self.retry(**retry_parameters) - it doesn't initiate some_celery_task_invoke. What could be the reason?
The text was updated successfully, but these errors were encountered: