From 8eeec2bc907148104a22425a91fd8e642f6a5f25 Mon Sep 17 00:00:00 2001 From: Mwaniki Wairungu Date: Sat, 8 Feb 2025 19:58:27 +0300 Subject: [PATCH] DEV: set SVWAIT=300 in web.template.yml to increase from default 7s This commit gives more time for services to gracefully shut down. Follow-up to d54cc57f5fe7910db77cd92cfe40f2e011135bac --- templates/web.template.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/web.template.yml b/templates/web.template.yml index 9b541c9..44a1abe 100644 --- a/templates/web.template.yml +++ b/templates/web.template.yml @@ -1,4 +1,5 @@ env: + SVWAIT: 300 # You can have redis on a different box RAILS_ENV: 'production' UNICORN_WORKERS: 3