Skip to content

Commit

Permalink
remove / health check temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
catgirlinspace committed Nov 13, 2024
1 parent 8129048 commit 0f95809
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@ auto_start_machines = true
min_machines_running = 0
processes = ["app"]

[[http_service.checks]]
grace_period = "5s"
interval = "5s"
method = "get"
path = "/"
protocol = "http"
restart_limit = 5
timeout = "5s"
tls_skip_verify = false
#[[http_service.checks]]
#grace_period = "5s"
#interval = "5s"
#method = "get"
#path = "/"
#protocol = "http"
#restart_limit = 5
#timeout = "5s"
#tls_skip_verify = false

[[http_service.checks]]
grace_period = "5s"
Expand Down

0 comments on commit 0f95809

Please sign in to comment.