Skip to content
Snippets Groups Projects
Commit d19f54fb authored by Jonas Braathen's avatar Jonas Braathen
Browse files

Set djangoq retry limit higher than timeout

parent e24a2398
No related branches found
No related tags found
No related merge requests found
Pipeline #198475 failed
...@@ -326,7 +326,7 @@ Q_CLUSTER = { ...@@ -326,7 +326,7 @@ Q_CLUSTER = {
"name": "greg", "name": "greg",
"workers": 4, "workers": 4,
"timeout": 180, "timeout": 180,
"retry": 120, "retry": 300,
"queue_limit": 50, "queue_limit": 50,
"bulk": 10, "bulk": 10,
"orm": "default", "orm": "default",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment