We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, my failed tasks are not being reattempted.
Here is my config:
Q_CLUSTER = { "django_redis": "default", "save_limit": 10000, "timeout": 300, "retry": 300, "cpu_affinity": 3, "max_attempts": 3, }
Here is an example:
Here is the call for the above example: async_task(send_app_notif_latest_device_task, arg1, arg2)
async_task(send_app_notif_latest_device_task, arg1, arg2)
Thanks!
The text was updated successfully, but these errors were encountered:
Same here. Anything on this?
Sorry, something went wrong.
No branches or pull requests
Hi, my failed tasks are not being reattempted.
Here is my config:
Here is an example:
Here is the call for the above example:
async_task(send_app_notif_latest_device_task, arg1, arg2)
Thanks!
The text was updated successfully, but these errors were encountered: