Virtual machine exited abruptly machine exited with exit code 0, not restarting

Hi, our app isn’t staying up, we’ve tried varios changes to the fly.toml config. but after 12 minutes or so, it shuts down.

2024-08-07T20:48:48Z app[91852657f22e68] mia [warn]Virtual machine exited abruptly
2024-08-07T20:48:48Z runner[91852657f22e68] mia [info]machine exited with exit code 0, not restarting

here’s the relevant seccion of the config:

[http_service]
  auto_start_machines  = false
  auto_stop_machines   = "off"
  force_https          = true
  internal_port        = 4000
  min_machines_running = 1

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