Deploys defaulting to Fly-hosted Builders
Resolved
This incident has been resolved.
Update
We are seeing improvements in Depot builder provision times and are switching the default deploy strategy back to them. We will continue to monitor builder performance closely.
Users with a preference can trigger a Fly builder based deploy with
fly deploy --depot=falseor usefly deploy --depot=trueto force a depot-based deployment.
Investigating
We are investigating delays provisioning Depot backed builders for deploys. We have switched the default
fly deploystrategy to use fly hosted builders at this time.Users can still trigger a depot based deploy with
fly deploy --depot=true