App stopped

Hello,
My app stopped automatically after some time.
Please help.

The app should start back up again (unless a pre-defined number of retries exceeded)? Is that not the case?

You can probably see why it stopped:

Run fly status --all, and look for VMs that are either marked failed or have more than 0 restarts.

Then run fly vm status <id>. This will show you the event log for the VM. Look for events that say either:

  • Health checks failed
  • Processed exited

When the app stops unexpectedly, it’s usually one of those two things.

1 Like