From 8bf3bc5af91b2182c9e9fc6c4d81c15ca9f67be8 Mon Sep 17 00:00:00 2001 From: Smith Date: Mon, 7 Aug 2023 05:03:56 +0200 Subject: [PATCH] fly.toml hotfix: keep machines running always --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index 9bbf0fc..36812f9 100644 --- a/fly.toml +++ b/fly.toml @@ -14,8 +14,8 @@ primary_region = "ams" [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true - auto_start_machines = true + auto_stop_machines = false + auto_start_machines = false min_machines_running = 0 [http_service.concurrency]