From adbf44139568071637e21797b5e4a2000849a87e Mon Sep 17 00:00:00 2001 From: gabrielmeloc22 Date: Thu, 15 Aug 2024 14:13:48 -0300 Subject: [PATCH] chore: turn off machine auto stop --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index b41b8e3..99b2a86 100644 --- a/fly.toml +++ b/fly.toml @@ -15,7 +15,7 @@ PORT = '8080' [http_service] internal_port = 8080 force_https = true -auto_stop_machines = "suspend" +auto_stop_machines = "off" auto_start_machines = true min_machines_running = 0 processes = ['app']