From feadaf1b3e5ba822111e094c7fab3f09ae57355f Mon Sep 17 00:00:00 2001 From: Michael Pilosov Date: Mon, 6 Apr 2026 16:13:09 -0600 Subject: [PATCH] Cap machines at 1 --- fly.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/fly.toml b/fly.toml index d8606cc..1a857a1 100644 --- a/fly.toml +++ b/fly.toml @@ -14,6 +14,7 @@ primary_region = 'iad' auto_stop_machines = 'stop' auto_start_machines = true min_machines_running = 0 + max_machines_running = 1 processes = ['app'] [[vm]]