Skip to content

Commit 5e85707

Browse files
committed
fly.toml config
1 parent 9467374 commit 5e85707

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

fly.toml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,19 @@ kill_timeout = '5s'
2626
soft_limit = 200
2727
hard_limit = 250
2828

29+
# Health checks for websocket server
30+
[http_service.checks]
31+
[http_service.checks.alive]
32+
type = "http"
33+
interval = "15s"
34+
timeout = "2s"
35+
grace_period = "5s"
36+
method = "GET"
37+
path = "/"
38+
protocol = "http"
39+
tls_skip_verify = false
40+
headers = {}
41+
2942
[[vm]]
3043
size = 'shared-cpu-1x'
3144
memory = '512mb'

0 commit comments

Comments
 (0)