修改jenkins流水线配置

This commit is contained in:
qiaoxinjiu
2026-04-14 18:22:10 +08:00
parent 9183b8b0ff
commit 7109c21c0e
4 changed files with 152 additions and 2 deletions

View File

@@ -12,4 +12,4 @@ pidfile = "logs/gunicorn.pid"
accesslog = "logs/access.log" # 每个接口调用会展示在access.log中
errorlog = "logs/debug.log" # 未处理的报错会在debug.log日志中展示
timeout = 300 # 每个接口的超时时间
daemon = True # 是否开启守护进程。不开启可直接在idea或命令行中查看日志在服务器上需要修改为True来开启守护进程
daemon = False # 容器内以前台方式运行,避免主进程退出