+
This commit is contained in:
@@ -113,7 +113,7 @@ node {
|
||||
source ${cfg.venvDir}/bin/activate
|
||||
TIMESTAMP=\$(date +"%Y%m%d_%H%M%S")
|
||||
LOGFILE="${cfg.projectPath}/logs/lessie_sourcing_agents_\${TIMESTAMP}.log"
|
||||
nohup env APP_ENV=s1 gunicorn -w ${cfg.gunicornWorkers} -k uvicorn.workers.UvicornWorker \
|
||||
nohup env APP_ENV=s4 gunicorn -w ${cfg.gunicornWorkers} -k uvicorn.workers.UvicornWorker \
|
||||
-b 0.0.0.0:${cfg.port} --timeout 300 dialogue.app:app \
|
||||
--max-requests 200 --max-requests-jitter 50 \
|
||||
> "\$LOGFILE" 2>&1 &
|
||||
|
||||
Reference in New Issue
Block a user