I’ve been using fly for months and everything was working fine. In the last few hours I can no longer redeploy my apps. If I run “flyctl deploy” I get all the way to the “Monitoring deployment” state and then get the following error “No deployment available to monitor”.
I’ve also tried running “flyctl scale count 0” which does not throw an error, but never scales my application down.
Additionally, when I try to deploy, I can see a new version “Released” in the activity panel of the UI, but when I go to the monitoring tab under Allocations, I still see the old version running.
Heyo! We’re looking into this. The deploy monitoring is what our CLI uses to show you status of deploys. The deploys are happening as expected, but something is making some apps slow to get status updates.
@kurt I don’t think this is true. The code I’m trying to deploy changed a bunch of metrics I’m sending to datadog. I’m not seeing any new metrics and I’m still seeing ones that I removed coming through.
It seems like fly is still running the old version of my code.
I was just working through this same thing. fly status shows a release from a couple days ago. It looks like it might corresponding to this partial outage, though it hasn’t come back.
I subscribed to incident notifications so hopefully we’ll hear something positive soon.