Greenwave: reduce gunicorn timeout.
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
fd32dc2b15
commit
008b1a1231
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ spec:
|
|||
|
||||
# Become non-root again
|
||||
USER 1001
|
||||
ENTRYPOINT docker/install-ca.sh && gunicorn-3 --workers 8 --timeout 660 --graceful-timeout 300 --bind 0.0.0.0:8080 --access-logfile=- --enable-stdio-inheritance greenwave.wsgi:app
|
||||
ENTRYPOINT docker/install-ca.sh && gunicorn-3 --workers 8 --timeout 127 --bind 0.0.0.0:8080 --access-logfile=- --enable-stdio-inheritance greenwave.wsgi:app
|
||||
strategy:
|
||||
type: Docker
|
||||
dockerStrategy:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue