diff --git a/derex/runner/templates/docker-compose-project.yml.j2 b/derex/runner/templates/docker-compose-project.yml.j2 index 9cf11d08..28e61491 100644 --- a/derex/runner/templates/docker-compose-project.yml.j2 +++ b/derex/runner/templates/docker-compose-project.yml.j2 @@ -92,6 +92,7 @@ services: --worker-class gevent --worker-tmp-dir /dev/shm --log-file=- + --timeout 300 wsgi:application' healthcheck: test: ["CMD", "wget", "localhost:80/heartbeat", "-q", "-O", "/dev/null"]