Hi @greg,
thanks for your response. This is what fly status
gave me:
App
Name = xxxx
Owner = personal
Version = 1
Status = running
Hostname = xxxx.fly.dev
Platform = nomad
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
62ceeaa3 app 1 cdg run running 1 total, 1 critical 0 15h46m ago
I just did fly scale count 2
, then fly deploy
again, and got:
2 desired, 2 placed, 0 healthy, 2 unhealthy
--> v3 failed - Failed due to unhealthy allocations - not rolling back to stable job version 3 as current job has same specification and deploying as v4
fly status
:
App
Name = xxxx
Owner = personal
Version = 3
Status = running
Hostname = xxxx.fly.dev
Platform = nomad
Deployment Status
ID = 4b06ad20-3e21-2cb7-38ea-f26cc2db18a4
Version = v3
Status = failed
Description = Failed due to unhealthy allocations - not rolling back to stable job version 3 as current job has same specification
Instances = 2 desired, 2 placed, 0 healthy, 2 unhealthy
Instances
ID PROCESS VERSION REGION DESIRED STATUS HEALTH CHECKS RESTARTS CREATED
d41e5cb6 app 3 cdg run running 1 total, 1 critical 0 1h10m ago
62ceeaa3 app 3 cdg run running 1 total, 1 critical 0 16h57m ago
fly vm status d41e5cb6
now gives me:
Instance
ID = d41e5cb6
Process = app
Version = 3
Region = cdg
Desired = run
Status = running
Health Checks = 1 total, 1 critical
Restarts = 0
Created = 1h11m ago
Events
TIMESTAMP TYPE MESSAGE
2023-01-24T08:46:28Z Received Task received by client
2023-01-24T08:46:28Z Task Setup Building Task Directory
2023-01-24T08:46:35Z Started Task started by client
2023-01-24T08:52:02Z Alloc Unhealthy Task not running for min_healthy_time of 10s by deadline
Checks
ID SERVICE STATE OUTPUT
3df2415693844068640885b45074b954 tcp-8080 critical dial tcp 172.19.15.146:8080: connect: connection refused
Recent Logs
and fly vm status 62ceeaa3
:
Instance
ID = 62ceeaa3
Process = app
Version = 3
Region = cdg
Desired = run
Status = running
Health Checks = 1 total, 1 critical
Restarts = 0
Created = 16h59m ago
Events
TIMESTAMP TYPE MESSAGE
2023-01-23T16:59:23Z Received Task received by client
2023-01-23T16:59:23Z Task Setup Building Task Directory
2023-01-23T16:59:27Z Started Task started by client
2023-01-23T17:04:23Z Alloc Unhealthy Task not running for min_healthy_time of 10s by deadline
2023-01-23T17:13:03Z Alloc Unhealthy Task not running for min_healthy_time of 10s by deadline
2023-01-24T08:52:02Z Alloc Unhealthy Task not running for min_healthy_time of 10s by deadline
Checks
ID SERVICE STATE OUTPUT
3df2415693844068640885b45074b954 tcp-8080 critical dial tcp 172.19.16.42:8080: connect: connection refused
Recent Logs
strangely fly apps list
tells me that all is fine:
NAME OWNER STATUS PLATFORM LATEST DEPLOY
xxxx personal running nomad 1h13m ago
xxxx-db personal deployed machines