We just did a redeploy and our app (only web process) is on pending for the last 5 minutes. Is everything going okay? We only deleted a secret, so I find it hard to believe that we broke it.
It looks like you did a rolling deploy, but your app only had one VM running. Rolling deploys take down existing VMs, then bring up new ones. Sometimes new VMs take a while to schedule so this can cause downtime.
You should run fly scale count 2 at a minimum for apps you care about. fly deploy --strategy canary is also a more reliable deployment process, provided you’re not using volumes or --max-per-region.
In the logs I see the migrations (my release command) have already ran successfully, yet it’s still stuck at “Running release task (pending)…”.
I did make some changes to my Dockerfile, fly.toml etcetera so I don’t rule out I broke something but it’s kinda hard to debug if that’s the case, and the behavior that I’m seeing in the logs & fly status is hard toe explain for me
I’m also hit with that error. Deployed a few times today and the last few deploys are getting stuck on Running release task (pending)... 🌏 and then error out with the above message. No idea why.
Hi folks, we had a host in our fra region that was overloaded and taking several minutes to sometimes much longer to start new instances. We’ve stopped scheduling new allocs on that host and will make sure it’s healthy before allowing new allocs back on it. It looks like the folks on this thread were likely impacted by that issue.
If you continue to see this issue, one mitigation is to try deploying to another region at least temporarily.