Disable django-q2 task retries
All checks were successful
Ruff / ruff (push) Successful in 25s

This commit is contained in:
Adam Goldsmith 2024-02-11 09:50:21 -05:00
parent 9c071750f5
commit 8e0848ecab

View File

@ -129,12 +129,12 @@ Q_CLUSTER = {
"timeout": 60 * 5,
"catch_up": False,
"error_reporter": {"admin_email": {}},
"ack_failures": True,
"max_attempts": 1,
"ALT_CLUSTERS": {
"internal": {
"retry": 60 * 60,
"timeout": 60 * 59,
"ack_failures": True,
"max_attempts": 1,
},
},
}