django-q icon indicating copy to clipboard operation
django-q copied to clipboard

Why are failed tasks not being reattempted?

Open astrike30 opened this issue 2 years ago • 1 comments

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!

astrike30 avatar Jan 03 '23 13:01 astrike30

Same here. Anything on this?

weberxw avatar Feb 24 '23 14:02 weberxw