Skip to content

Commit

Permalink
Update fly.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
auburnsummer authored Dec 21, 2023
1 parent a50f8df commit 0b6cb96
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions orchard/package/fly.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,21 +34,3 @@ processes = []
[[services.ports]]
handlers = ["tls", "http"]
port = 443

[[services.http_checks]]
interval = 10000
grace_period = "300s"
method = "get"
path = "/typesense/health"
restart_limit = 150
protocol = "http"
timeout = 20000

[[services.http_checks]]
interval = 10000
grace_period = "300s"
method = "get"
path = "/datasette"
restart_limit = 150
protocol = "http"
timeout = 20000

0 comments on commit 0b6cb96

Please sign in to comment.