Skip to content

Commit 4916cb6

Browse files
committed
fix(fly): roll back some fly options
1 parent daaff44 commit 4916cb6

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

fly.toml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,19 +6,12 @@ swap_size_mb = 2048
66
image = 'grid:latest'
77

88
[http_service]
9-
auto_start_machines = true
10-
auto_stop_machines = "stop"
9+
auto_start_machines = false
10+
auto_stop_machines = "off"
1111
internal_port = 3000
1212
min_machines_running = 0
1313
# axum is http2-enabled
1414
http_options.h2_backend = true
1515

16-
[[http_service.checks]]
17-
grace_period = "8s"
18-
interval = "30s"
19-
method = "GET"
20-
path = "/api/v1/health"
21-
timeout = "5s"
22-
2316
[[vm]]
2417
size = 'shared-cpu-1x'

0 commit comments

Comments
 (0)