i previously had a release command in my fly.toml and i thought that was the issue so i just removed it, but now it seems like my machine is just taking too long to start? please help, i need to fix this soon!
@kierrany I see you made some releases today. Are you still experiencing this issue?
Is your app doing a lot of work on startup that would prevent it from responding to healthchecks within 60 seconds? Does this error happen sporadically?
@yawnxyz what error are you seeing with deploys failing?
i’m no longer experiencing it! and i don’t believe my app is doing that much work during startup, it’s been responding just fine today. the error doesn’t happen sporadically, it only happened yesterday and i wasn’t able to deploy successfully at all until today.
It’s pretty sporadic, errors like the build step hanging (on Sveltekit), or failed to fetch an image or build from source: error building: failed to solve: executor failed running or the Docker image not pulling; every time it’s something different.
Also for some reason the image isn’t building the same as on sveltekit’s adapter-node and I’m trying to zero in on what’s hanging the build process; getting there, but spent almost 20 hours figuring this part out. It does build and run locally though.
Seems like it happens frequently on my deploys as well. Sometimes I have to try 4-5 times to run a fly deploy to get two healthy instances. Usually 1 instance starts and becomes healthy relatively quickly, and the other one just stays hung in created state.