Skip to content

Commit

Permalink
increase timeout for jobs
Browse files Browse the repository at this point in the history
  • Loading branch information
mariusandra committed Jan 2, 2025
1 parent 8484e14 commit 18879f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/app/tasks/worker.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,4 +55,5 @@ class WorkerSettings:
redis_settings = REDIS_SETTINGS
keep_result = 3600 # Keep results for 1 hour
max_jobs = 10
job_timeout = 7200
allow_abort_jobs = True

0 comments on commit 18879f6

Please sign in to comment.