We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb73d9f commit dd951dbCopy full SHA for dd951db
1 file changed
fly.toml
@@ -10,7 +10,6 @@ processes = []
10
auto_rollback = true
11
12
[[services]]
13
- http_checks = []
14
internal_port = 8000
15
processes = ["app"]
16
protocol = "tcp"
@@ -33,8 +32,11 @@ processes = []
33
32
[services.ports.http_options.response.headers]
34
Access-Control-Allow-Origin = "*"
35
36
- [[services.tcp_checks]]
37
- grace_period = "1s"
38
- interval = "15s"
39
- restart_limit = 0
40
- timeout = "2s"
+ [[services.http_checks]]
+ grace_period = "10s"
+ interval = "30s"
+ method = "GET"
+ path = "/v1/info/740"
+ restart_limit = 3
41
+ protocol = "http"
42
+ timeout = "5s"
0 commit comments