Skip to content

Commit

Permalink
Add http health check
Browse files Browse the repository at this point in the history
  • Loading branch information
kylemclaren committed Jul 3, 2024
1 parent b774d54 commit d44bdc3
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 @@ -17,6 +17,13 @@
min_machines_running = 0
processes = ['app']

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

[[vm]]
size = "performance-8x"
memory = "16gb"
Expand Down

0 comments on commit d44bdc3

Please sign in to comment.