diff --git a/src/core/setup_arq.py b/src/core/setup_arq.py index 1920612..eaa7a09 100644 --- a/src/core/setup_arq.py +++ b/src/core/setup_arq.py @@ -25,3 +25,4 @@ class WorkerSettings: on_shutdown = shutdown redis_settings = get_redis_settings() max_jobs = 2 + job_timeout = 3 * 60