Merge "Add 10 second buffer for uwsgi service stop"

This commit is contained in:
Zuul 2023-07-06 11:14:43 +00:00 committed by Gerrit Code Review
commit 92f62fe184

View File

@ -804,7 +804,7 @@ NOVA_READY_TIMEOUT=${NOVA_READY_TIMEOUT:-$SERVICE_TIMEOUT}
SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=${SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT:-5} SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT=${SERVICE_GRACEFUL_SHUTDOWN_TIMEOUT:-5}
# Service graceful shutdown timeout # Service graceful shutdown timeout
WORKER_TIMEOUT=${WORKER_TIMEOUT:-90} WORKER_TIMEOUT=${WORKER_TIMEOUT:-80}
# Common Configuration # Common Configuration
# -------------------- # --------------------