Skip to content

Commit

Permalink
add health check to fly config
Browse files Browse the repository at this point in the history
  • Loading branch information
Austionian committed Oct 19, 2023
1 parent b767cf6 commit b4e5066
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,10 @@ primary_region = "bos"
auto_start_machines = true
min_machines_running = 1
processes = ["app"]

[[http_service.checks]]
grace_period = "10s"
interval = "30s"
method = "GET"
timeout = "5s"
path = "/health_check"

0 comments on commit b4e5066

Please sign in to comment.