Elevated instances of deploys 'Failed due to unhealthy allocations'

Hi,

Across both concordia and trusselltrust orgs in LHR when deploying to different apps we’re seeing this error: Failed due to unhealthy allocations

We’re using github actions: superfly/flyctl-actions@1.1

1 Like

If you run fly status --all you can see failed VMs. Then fly vm status <id> will give you more details on what failed.

VMs usually fail because the process exited or health checks aren’t passing quickly enough. Either way, the status will tell you what’s goofed.