#525 Add 60 seconds timeout to gunicorn-3
Closed 4 years ago by vmaljulin. Opened 4 years ago by vmaljulin.
vmaljulin/greenwave FACTORY-5397  into  master

file modified
+1 -1
@@ -35,4 +35,4 @@ 

  USER 1001

  EXPOSE 8080

  ENTRYPOINT ["docker/docker-entrypoint.sh"]

- CMD ["/usr/bin/gunicorn-3", "--workers", "8", "--bind", "0.0.0.0:8080", "--access-logfile", "-", "--enable-stdio-inheritance", "greenwave.wsgi:app"]

+ CMD ["/usr/bin/gunicorn-3", "--workers", "8", "--bind", "0.0.0.0:8080", "--access-logfile", "-", "--enable-stdio-inheritance", "greenwave.wsgi:app", "-t", "60"]

JIRA: FACTORY-5397

Signed-off-by: Valerij Maljulin vmaljuli@redhat.com

Can you use long option instead of -t?

Ah, actually, I think we need to change greenwave_deploymentconfig_web_gunicorn_cmd_args in greenwave-playbooks repo instead.

Pull-Request has been closed by vmaljulin

4 years ago
Metadata