App stuck in deployment - status "Deployment running" for more the 30min with no indication or change in logs

Hi there,

I’ve tried deploying my app but it’s been stuck with “Deployment running” for a long time now.

Here’s what I get from fly status:

josephus@Myst:~$ fly status -a nswphysio-website-v2 --all
App
  Name     = nswphysio-website-v2
  Owner    = personal
  Version  = 16
  Status   = pending
  Hostname = nswphysio-website-v2.fly.dev
  Platform = nomad

Deployment Status
  ID          = 1ee24b40-5512-b622-dbec-e64aab63a040
  Version     = v16
  Status      = running
  Description = Deployment is running
  Instances   = 1 desired, 0 placed, 0 healthy, 0 unhealthy

Instances
ID              PROCESS VERSION REGION  DESIRED STATUS          HEALTH CHECKS           RESTARTS        CREATED

c5c23d47        app     12      syd     stop    complete        2 total, 2 passing      0               2022-09-22T09:18:05Z
7ad18e4f        app     1       syd     stop    failed                                  2               2022-09-21T05:16:22Z
64338a14        app     0       syd     stop    failed                                  2               2022-09-21T05:12:01Z

Hi,

It seems Fly are investigating: there’s a new issue on the status page so I’m guessing it’s related to this.

1 Like

Yeah I am experiencing this one too. I already deployed my v62 but still it uses the v55.

App
  Name     = gawain
  Owner    = personal
  Version  = 62
  Status   = running
  Hostname = gawain.fly.dev
  Platform = nomad

Deployment Status
  ID          = 6879564d-534d-d71b-bf1d-c20192086c15
  Version     = v62
  Status      = running
  Description = Deployment is running
  Instances   = 1 desired, 0 placed, 0 healthy, 0 unhealthy

Instances
ID      	PROCESS	VERSION	REGION	DESIRED	STATUS  	HEALTH CHECKS      	RESTARTS	CREATED
bd01759d	app    	55     	sin   	run    	running 	1 total, 1 passing 	0       	7h7m ago
79d4fce2	app    	54     	sin   	stop   	complete	1 total, 1 passing 	0       	7h27m ago
9bb676cd	app    	53     	sin   	stop   	complete	1 total, 1 critical	0       	2022-09-19T13:40:26Z

I was able to deploy after the linked issue was fixed, and have made several successful deploys since.