hi
I have start using the auto_stop/start machines, and the auto_stop is working amazingly! the problem is when trying to auto start a machine. I noticed that my machines scale is always at the minimum and checked the logs, and I get these two errors for all the stopped machines:
machines API returned an error: “machine ID 7811e4eb542ee8 lease currently held by * expires at 2024-07-08T07:24:00Z”
machines API returned an error: “rate limit exceeded”
and it repeats them many times.
this is the fly.toml service block:
[[services]]
http_checks =
internal_port = 8080
processes = [“app”]
protocol = “tcp”
script_checks =
auto_stop_machines = true
auto_start_machines = true
min_machines_running = 5
is there anything I can do to change it?