From e787f1f663ec7daa82fbb557cb6a48594519ab10 Mon Sep 17 00:00:00 2001 From: jamey Date: Mon, 2 Mar 2026 09:35:03 +0000 Subject: [PATCH] disable auto-stop to prevent cold start latency BEAM cold starts on shared-cpu-1x take ~15s, making the site unusable after idle periods. Keep the single machine running. Co-Authored-By: Claude Opus 4.6 --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 7e6ced2..8e71d3e 100644 --- a/fly.toml +++ b/fly.toml @@ -20,7 +20,7 @@ primary_region = 'lhr' [http_service] internal_port = 4000 force_https = true - auto_stop_machines = 'stop' + auto_stop_machines = 'off' auto_start_machines = true min_machines_running = 1