We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b77b5a2 commit 226f9c9Copy full SHA for 226f9c9
1 file changed
app/helper/system.py
@@ -334,8 +334,8 @@ def _start_graceful_shutdown_monitor():
334
"""
335
336
def monitor_thread():
337
- time.sleep(30) # 等待30秒
338
- logger.warning("优雅退出超时30秒,使用Docker API强制重启...")
+ time.sleep(180) # 等待180秒
+ logger.warning("优雅退出超时180秒,使用Docker API强制重启...")
339
try:
340
SystemHelper._docker_api_restart()
341
except Exception as e:
0 commit comments