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 d54cc57f5f
This commit is contained in:
Mwaniki Wairungu 2025-02-08 19:58:27 +03:00
parent efd6bc8ccb
commit 8eeec2bc90
No known key found for this signature in database
GPG Key ID: E0922D252AFBBB70
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
env:
SVWAIT: 300
# You can have redis on a different box
RAILS_ENV: 'production'
UNICORN_WORKERS: 3