From 4eee33182612a9037bf9df9ec8b9c83c9fd8c513 Mon Sep 17 00:00:00 2001 From: Denis Lehmann Date: Sat, 11 Jun 2022 12:04:13 +0200 Subject: [PATCH] add worker timeout --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index fdea70c..2153c59 100644 --- a/flake.nix +++ b/flake.nix @@ -91,6 +91,7 @@ ExecStart = '' ${gunicorn}/bin/gunicorn "raincloud:create_app('${cfg.basePath}', '${cfg.cloudName}')" \ + --timeout 300 --bind=${cfg.address}:${toString cfg.port} ''; };