mirror of
https://git.mirrors.martin98.com/https://github.com/mendableai/firecrawl
synced 2025-08-14 03:16:00 +08:00
fix(fly): raise kill timeout for graceful shutdown
This commit is contained in:
parent
bffb9f8fd0
commit
eaa8db4b19
@ -6,7 +6,7 @@
|
||||
app = 'firecrawl-scraper-js'
|
||||
primary_region = 'mia'
|
||||
kill_signal = 'SIGINT'
|
||||
kill_timeout = '5s'
|
||||
kill_timeout = '30s'
|
||||
|
||||
[build]
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
app = 'staging-firecrawl-scraper-js'
|
||||
primary_region = 'mia'
|
||||
kill_signal = 'SIGINT'
|
||||
kill_timeout = '5s'
|
||||
kill_timeout = '30s'
|
||||
|
||||
[build]
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user