Greenwave: Increase gunicorn worker timeout
Signed-off-by: Clement Verna <cverna@tutanota.com>
This commit is contained in:
parent
24544663cf
commit
f6784eb283
1 changed files with 1 additions and 0 deletions
|
@ -30,6 +30,7 @@ spec:
|
|||
|
||||
# Become non-root again
|
||||
USER 1001
|
||||
ENTRYPOINT docker/install-ca.sh && gunicorn-3 --workers 8 --timeout 330 --graceful-timeout 300 --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