feat: worker的超时时间修改为 60 分支

This commit is contained in:
Wenjie Zhang 2026-06-08 00:15:57 +08:00
parent d7a7f4a779
commit 00a4a0cdab

View File

@ -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