From 06ee98106b5c9c9c192782beead846559ec569ea Mon Sep 17 00:00:00 2001 From: "Sakamoto, Kazunori" Date: Thu, 26 Sep 2024 19:49:24 +0900 Subject: [PATCH] fix: disable auto-scaling --- fly-production.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fly-production.toml b/fly-production.toml index c0772119..4208e24d 100644 --- a/fly-production.toml +++ b/fly-production.toml @@ -8,9 +8,9 @@ primary_region = 'nrt' [http_service] internal_port = 8080 force_https = true - auto_stop_machines = true - auto_start_machines = true - min_machines_running = 0 + auto_stop_machines = false + auto_start_machines = false + min_machines_running = 1 processes = ['app'] [[vm]]