Skip to content

Commit

Permalink
fix(Django): tentative fix by removing task timeout. ref #376
Browse files Browse the repository at this point in the history
  • Loading branch information
raphodn committed Sep 23, 2024
1 parent 99e88c0 commit c03af3c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions config/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -206,9 +206,7 @@
Q_CLUSTER = {
"name": "DjangORM",
"workers": 1,
"timeout": 90,
"max_attempts": 1,
"retry": 120,
"queue_limit": 50,
"bulk": 10,
"orm": "default",
Expand Down

0 comments on commit c03af3c

Please sign in to comment.