From 86ff44aca98b5520b7a0f4d6f5664c39f82185fb Mon Sep 17 00:00:00 2001 From: Tass Date: Tue, 20 Feb 2024 11:39:03 +0700 Subject: [PATCH] update(deployment): auto_stop_machines = false --- fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fly.toml b/fly.toml index cf100e9..32b719b 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,7 @@ primary_region = "sin" [http_service] # internal_port = 8080 force_https = true - auto_stop_machines = true + auto_stop_machines = false auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ["app"]