Hi, had trouble with one of my apps corpus-x
so I decided to delete it and see if I could resolve it by creating a new app lawdata
. Unfortunately, the same problem occurs: the deployment status continues to remain pending
.
fly deploy --local-only
... Pushing image done
image: registry.fly.io/lawdata:deployment-01GPG01KJHH2MCR20K79RPGY9Z
image size: 261 MB
==> Creating release
--> release v2 created
--> You can detach the terminal anytime without stopping the deployment
==> Monitoring deployment
Logs: https://fly.io/apps/lawdata/monitoring
1 desired, 1 placed, 0 healthy, 1 unhealthy
--> v0 failed - Failed due to unhealthy allocations - no stable job version to auto revert to and deploying as v1
fly status
App
Name = lawdata
Owner = personal
Version = 1
Status = running
Hostname = lawdata.fly.dev
Platform = nomad
Deployment Status
ID = 4b604da9-1596-fc20-a14f-758bb4561c97
Version = v1
Status = running
Description = Deployment is running
Instances = 1 desired, 1 placed, 0 healthy, 0 unhealthy
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
ae824a52 app 1 ⇡ sin run pending 0 9m0s ago
1736b69a app 0 sin stop pending 0 14m39s ago
fly logs -a lawdata
2023-01-11T08:46:27Z runner[1736b69a] sin [info]Starting instance
2023-01-11T08:46:29Z runner[1736b69a] sin [info]Configuring virtual machine
2023-01-11T08:46:29Z runner[1736b69a] sin [info]Pulling container image
fly ssh console
# Error no instances found for lawdata
Please advise.