Skip to content

Commit

Permalink
Set tasks limit to 1L
Browse files Browse the repository at this point in the history
  • Loading branch information
ruuushhh committed Mar 4, 2024
1 parent 1554bf5 commit de1de7b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion fyle_xero_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,8 @@

Q_CLUSTER = {
"name": "fyle_xero_api",
"save_limit": 0,
# The number of tasks will be stored in django q tasks
"save_limit": 100000,
"retry": 14400,
"timeout": 3600,
"catch_up": False,
Expand Down

0 comments on commit de1de7b

Please sign in to comment.