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:
parent
efd6bc8ccb
commit
8eeec2bc90
|
@ -1,4 +1,5 @@
|
|||
env:
|
||||
SVWAIT: 300
|
||||
# You can have redis on a different box
|
||||
RAILS_ENV: 'production'
|
||||
UNICORN_WORKERS: 3
|
||||
|
|
Loading…
Reference in New Issue