Skip to content
New issue

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

Why are failed tasks not being reattempted? #714

Open
astrike30 opened this issue Jan 3, 2023 · 1 comment
Open

Why are failed tasks not being reattempted? #714

astrike30 opened this issue Jan 3, 2023 · 1 comment

Comments

@astrike30
Copy link

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:
Screenshot 2023-01-03 at 15 13 20

Screenshot 2023-01-03 at 15 16 50

Here is the call for the above example:
async_task(send_app_notif_latest_device_task, arg1, arg2)

Thanks!

@weberxw
Copy link

weberxw commented Feb 24, 2023

Same here. Anything on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants