From e4f4577a3b0a2a5a826ecbcc174c37d7b4fc08fc Mon Sep 17 00:00:00 2001 From: JasterV <49537445+JasterV@users.noreply.github.com> Date: Tue, 13 Jan 2026 18:20:59 +0100 Subject: [PATCH] chore: update fly.toml to run always at least 1 machine --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 4fac178..aff294e 100644 --- a/fly.toml +++ b/fly.toml @@ -22,7 +22,7 @@ internal_port = 8080 force_https = true auto_stop_machines = 'stop' auto_start_machines = true -min_machines_running = 0 +min_machines_running = 1 processes = ['app'] [http_service.concurrency]