fix(fly): raise kill timeout for graceful shutdown

This commit is contained in:
Gergo Moricz 2024-07-11 20:09:06 +02:00
parent bffb9f8fd0
commit eaa8db4b19
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
app = 'firecrawl-scraper-js'
primary_region = 'mia'
kill_signal = 'SIGINT'
kill_timeout = '5s'
kill_timeout = '30s'
[build]

View File

@ -6,7 +6,7 @@
app = 'staging-firecrawl-scraper-js'
primary_region = 'mia'
kill_signal = 'SIGINT'
kill_timeout = '5s'
kill_timeout = '30s'
[build]