Fly deploy hangs on pending

Trying to deploy and release task never starts. Keeps repeating the ‘Starting instance, Configuring virtual machine, Pulling container imagem Unpacking image’ messages and never actually starts.
Checked https://status.flyio.net and it says everything is ok

here are the fly deploy logs

fly deploy -a sunflower-webserver-prod -i registry.fly.io/sunflower-webserver-prod:master.7544688239ca98fdf584b
0366a4906c799def18d
Update available 0.0.432 -> 0.0.442.
Run "fly version update" to upgrade.
==> Verifying app config
--> Verified app config
==> Building image
Searching for image 'registry.fly.io/sunflower-webserver-prod:master.7544688239ca98fdf584b0366a4906c799def18d' remotely...
image found: img_xdkzvq6q97w49nmw
==> Creating release
--> release v15 created

--> You can detach the terminal anytime without stopping the deployment
==> Release command detected: /app/scripts/migrate

--> This release will not be available until the release command succeeds.
         Starting instance
         Configuring virtual machine
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
         Starting instance
         Configuring virtual machine
         Pulling container image
         Unpacking image
Running release task (pending)... 🌏 ```

I’m experiencing this as well for my deployments. Tried a couple of reboots, pushing different docker images, nothing seems to help.

Deployment: deployment-01GNMFF6Q0WVDXQPNT6XS8GB62

The status page notes an outage in the fra region, but my app is hosted in the iad region.

Hi,

To find out why it’s getting stuck, try changing the command to LOG_LEVEL=debug fly deploy. That should show what it’s trying to do at that point.

Thanks Greg.
Hopefully that won’t happen again, but if it does, I have a way to get more information on what’s happening

1 Like