From 81c77921191a96043c4b07114e8f2bfadedd6cdf Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sat, 12 Mar 2022 18:00:36 +0300 Subject: [PATCH] Fix timeout --- src/core/setup_arq.py | 1 + 1 file changed, 1 insertion(+) 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