Skip to content

Commit 4eec3ec

Browse files
author
SM_SAYEED
committed
fly.toml modified for a health check to help auto.start
1 parent 1f86219 commit 4eec3ec

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

fly.toml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
app = 'patterns-matter'
77
primary_region = 'ams'
88

9+
[checks]
10+
[checks.web]
11+
grace_period = "10s"
12+
interval = "15s"
13+
method = "get"
14+
path = "/"
15+
timeout = "2s"
16+
type = "http"
17+
18+
919
[http_service]
1020
internal_port = 8080
1121
force_https = true

0 commit comments

Comments
 (0)