auto_stop_machines: false is busted?

I disabled auto_stop_machines but it still gets turned off. I’m running a single machine right now.

fly config show output

...
"http_service": {
    "internal_port": 3000,
    "force_https": true,
    "auto_stop_machines": false,
    "auto_start_machines": true,
    "min_machines_running": 1,

    "processes": [
      "app"
    ]
  }
...

stop event:

stopped	exit	flyd	January 9, 2025 9:35PM exit_code=0,oom_killed=false,requested_stop=true

The syntax got updated, maybe some backwards compatibility broke recently? Try setting it to “off”

1 Like

Yeah, i have it as “off” in the yaml. If you set it “off” it goes to false in the dashboard. I also tried setting it to false.

It’s not a huge issue for me but after trying all the combinations I thought I’d bring it up so the team would be aware.

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