Application machine started without me doing so

I have an app running on Fly (app id is platform-muddy-meadow-938).

It has a single machine (machine ID is 178120dc504468).

Yesterday, I suspended this machine so I could do some local dev work. It seems that it was restarted sometime during the last 16 hours. Any idea what might have caused this?

Do you have auto start off? If so it night be a glitch in the fly proxy waking it up from a bot/crawler

your app has auto_start_machines = true in the fly.toml, so the machines will start automatically when the app gets http requests.

by the way, please use secrets to store tokens/similar. don’t put them in your fly.toml!

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