add worker timeout

This commit is contained in:
Denis Lehmann 2022-06-11 12:04:13 +02:00
parent 3bc3191cc3
commit 4eee331826

View file

@ -91,6 +91,7 @@
ExecStart = ''
${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \
--timeout 300
--bind=${cfg.address}:${toString cfg.port}
'';
};