From a7913a7ee2d76a20aa6db098cdf30406a05b1028 Mon Sep 17 00:00:00 2001 From: Seth Horsley Date: Mon, 23 Sep 2024 15:34:14 +0200 Subject: [PATCH] set min machines for fly --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 3bd5e7a..9cff90f 100644 --- a/fly.toml +++ b/fly.toml @@ -18,7 +18,7 @@ console_command = '/rails/bin/rails console' force_https = true auto_stop_machines = 'stop' auto_start_machines = true - min_machines_running = 0 + min_machines_running = 1 processes = ['app'] [[vm]]