Skip to content

Commit f94ae4f

Browse files
authored
CHORE: Adds weird fly.io healthcheck (#21)
1 parent d6de7ee commit f94ae4f

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

fly.toml

+16
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,19 @@ primary_region = 'lhr'
1818
memory = '1gb'
1919
cpu_kind = 'shared'
2020
cpus = 1
21+
22+
[[services.tcp_checks]]
23+
grace_period = "1s"
24+
interval = "15s"
25+
restart_limit = 0
26+
timeout = "2s"
27+
28+
[[services.http_checks]]
29+
interval = 10000
30+
grace_period = "5s"
31+
method = "get"
32+
path = "/health"
33+
protocol = "http"
34+
timeout = 2000
35+
tls_skip_verify = false
36+
[services.http_checks.headers]

0 commit comments

Comments
 (0)