From f9b0a4dcec655449db83051902bb61240c18684c Mon Sep 17 00:00:00 2001 From: Bulat Kurbanov Date: Sun, 1 May 2022 21:23:42 +0300 Subject: [PATCH] Update jobs timeout --- src/core/setup_arq.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/setup_arq.py b/src/core/setup_arq.py index 602b1f2..fc225a7 100644 --- a/src/core/setup_arq.py +++ b/src/core/setup_arq.py @@ -26,4 +26,4 @@ class WorkerSettings: on_shutdown = shutdown redis_settings = get_redis_settings() max_jobs = 2 - job_timeout = 3 * 60 + job_timeout = 10 * 60