Application scales to 0 machine despite configuration

Hello, after moving to different region I’ve found that application is scaling to 0 machines:

|2024-04-26 09:42:17.000|INFO Main child exited normally with code: 0
|2024-04-26 09:42:16.000|INFO Sending signal SIGINT to main child process w/ PID 306
|2024-04-26 09:42:16.000|Shut down server.
2024-04-26 09:42:16.000 Downscaling app ************ from 1 machines to 0 machines, stopping machine ************ (region=iad, process group=app)
app = "************"
primary_region = "sea"

[http_service]
auto_start_machines = true
auto_stop_machines = true
force_https = true
internal_port = 8_000
min_machines_running = 1
processes = [ "app" ]

Hi… min_machines_running applies only to the primary region, unfortunately.

If the overall plan is to move everything from Seattle to DC, then setting primary_region = "iad" would be the right tweak for this.

Hope it helps!

Added machines

I suspected something like that, but didn’t found any documentation on that, thanks will try

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.