From 5aef956d476e8c65dc7d610548a12440d2e43e91 Mon Sep 17 00:00:00 2001 From: Eduardo Cuducos <4732915+cuducos@users.noreply.github.com> Date: Tue, 29 Oct 2024 15:44:29 -0400 Subject: [PATCH] Upgrades machines/downgrades autoscaling --- .fly/applications/api/fly.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.fly/applications/api/fly.toml b/.fly/applications/api/fly.toml index 9859c6e..070fcd8 100644 --- a/.fly/applications/api/fly.toml +++ b/.fly/applications/api/fly.toml @@ -14,7 +14,7 @@ primary_region = 'ams' auto_stop_machines = 'suspend' auto_start_machines = true min_machines_running = 1 - max_machines_running = 4 + max_machines_running = 2 processes = ['app'] [[http_service.checks]] @@ -25,4 +25,4 @@ primary_region = 'ams' path = "/healthz" [[vm]] - size = 'shared-cpu-1x' + size = 'shared-cpu-2x'