diff options
author | Alan Pearce | 2024-04-07 14:16:59 +0200 |
---|---|---|
committer | Alan Pearce | 2024-04-07 14:16:59 +0200 |
commit | 3062bf448bf24217f12b30b8e612003e90c89d53 (patch) | |
tree | 09d548098dcdc7b2d07782815f04614c9f01695b | |
parent | 34c1d734dcce8218f31dab8b314685c02bda1847 (diff) | |
download | website-3062bf448bf24217f12b30b8e612003e90c89d53.tar.lz website-3062bf448bf24217f12b30b8e612003e90c89d53.tar.zst website-3062bf448bf24217f12b30b8e612003e90c89d53.zip |
fly: shorten wait period before running checks after deploy
-rw-r--r-- | fly.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fly.toml b/fly.toml index 039c968..bc595f1 100644 --- a/fly.toml +++ b/fly.toml @@ -22,7 +22,7 @@ primary_region = "ams" [http_service.http_options.response.headers] Strict-Transport-Security = "max-age=31536000; includeSubdomains; preload" [[http_service.checks]] - grace_period = "10s" + grace_period = "5s" interval = "30s" method = "GET" timeout = "5s" |