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 af3c3b5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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 10 seconds after the VM starts
[[http_service.checks]]
grace_period = "10s"
interval = "30s"
interval = "5s"
method = "GET"
timeout = "5s"
path = "/health-check"
Expand Down

0 comments on commit af3c3b5

Please sign in to comment.