Skip to content

Commit

Permalink
Add fly.io health check
Browse files Browse the repository at this point in the history
  • Loading branch information
scottohara committed Oct 24, 2024
1 parent 3120ccf commit 5d637ce
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ swap_size_mb = 512
hard_limit = 100
soft_limit = 90

[[http_service.checks]]
grace_period = "5s"
interval = "10s"
timeout = "2s"
path = "/up"

[[statics]]
guest_path = "/loot/public"
url_prefix = "/"

0 comments on commit 5d637ce

Please sign in to comment.