From 00a4a0cdabb29d62f12e8864b910cfd8fc7af132 Mon Sep 17 00:00:00 2001 From: Wenjie Zhang Date: Mon, 8 Jun 2026 00:15:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20worker=E7=9A=84=E8=B6=85=E6=97=B6?= =?UTF-8?q?=E6=97=B6=E9=97=B4=E4=BF=AE=E6=94=B9=E4=B8=BA=2060=20=E5=88=86?= =?UTF-8?q?=E6=94=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/package/yuxi/services/run_worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/package/yuxi/services/run_worker.py b/backend/package/yuxi/services/run_worker.py index 8d966117..11919ea1 100644 --- a/backend/package/yuxi/services/run_worker.py +++ b/backend/package/yuxi/services/run_worker.py @@ -517,7 +517,7 @@ class WorkerSettings: functions = [process_agent_run] max_tries = 2 retry_jobs = True - job_timeout = 900 + job_timeout = 3600 keep_result = 60 on_startup = _worker_startup on_shutdown = _worker_shutdown