From c55b94c347d62f20ca3586e6d0e9fbdd3351965b Mon Sep 17 00:00:00 2001 From: Claudio Ortolina Date: Tue, 15 Oct 2024 15:46:25 +0100 Subject: [PATCH] Test suspending instead of stopping on inactivity --- fly.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fly.toml b/fly.toml index 240dec79..0291f6a6 100644 --- a/fly.toml +++ b/fly.toml @@ -21,7 +21,7 @@ destination = '/mnt/music_library' [http_service] internal_port = 8080 force_https = true -auto_stop_machines = 'stop' +auto_stop_machines = 'suspend' auto_start_machines = true min_machines_running = 0 processes = ['app']