feat: worker的超时时间修改为 60 分支
This commit is contained in:
parent
d7a7f4a779
commit
00a4a0cdab
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user