Deploying my app is stuck at "pending"

Hey folks, trying to deploy a fix to one of my services and it doesn’t seem like I’m able to get the deploy through. The deploy gets stuck at the “pulling container image” / pending state. Any help is much appreciated, trying to get a bug fix out!

❯ fly -c fly.backend.toml status
Update available 0.0.382 -> v0.0.387.
Run "fly version update" to upgrade.
App
  Name     = pastel-backend
  Owner    = personal
  Version  = 61
  Status   = running
  Hostname = pastel-backend.fly.dev
  Platform = nomad

Deployment Status
  ID          = 58e0d826-ddbb-9634-bc25-e1f18ed44117
  Version     = v61
  Status      = running
  Description = Deployment is running pending automatic promotion
  Instances   = 2 desired, 1 placed, 0 healthy, 0 unhealthy

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS 	HEALTH CHECKS     	RESTARTS	CREATED
d47437f7	app    	61 ⇡   	yyz   	run    	pending	                  	0       	4m1s ago
bc438e59	app    	60     	yyz   	stop   	pending	                  	0       	11m19s ago
6dcb85c6	app    	59     	yyz   	run    	running	1 total, 1 passing	4       	21h20m ago
3f55b9c2	app    	59     	yyz   	run    	running	1 total, 1 passing	1       	21h21m ago

Did this clear up? The backend looks fine, so it’s likely there was a cache/sync issue lying to you about the status.

1 Like

Yes it looks like things are working now, I was able to deploy.