Skip to content

Commit

Permalink
Better health check
Browse files Browse the repository at this point in the history
  • Loading branch information
benthecarman committed Oct 31, 2023
1 parent a75fdd6 commit 4f903aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,10 @@ primary_region = "dfw"
soft_limit = 200
hard_limit = 250

# Checks our health endpoint every 5 seconds, starting 5 seconds after the VM starts
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
grace_period = "5s"
interval = "5s"
method = "GET"
timeout = "5s"
path = "/health-check"
Expand Down

0 comments on commit 4f903aa

Please sign in to comment.