From eaa8db4b199fefe8816a9d0b11d51189376d242b Mon Sep 17 00:00:00 2001 From: Gergo Moricz Date: Thu, 11 Jul 2024 20:09:06 +0200 Subject: [PATCH] fix(fly): raise kill timeout for graceful shutdown --- apps/api/_ORIGIN_fly.toml | 2 +- apps/api/fly.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/api/_ORIGIN_fly.toml b/apps/api/_ORIGIN_fly.toml index 468695d8..da145cdb 100644 --- a/apps/api/_ORIGIN_fly.toml +++ b/apps/api/_ORIGIN_fly.toml @@ -6,7 +6,7 @@ app = 'firecrawl-scraper-js' primary_region = 'mia' kill_signal = 'SIGINT' -kill_timeout = '5s' +kill_timeout = '30s' [build] diff --git a/apps/api/fly.toml b/apps/api/fly.toml index 565e693d..6d87f5c0 100644 --- a/apps/api/fly.toml +++ b/apps/api/fly.toml @@ -6,7 +6,7 @@ app = 'staging-firecrawl-scraper-js' primary_region = 'mia' kill_signal = 'SIGINT' -kill_timeout = '5s' +kill_timeout = '30s' [build]