Builder not ready (status: 503 Service Unavailable)

Facing deployment error when i try to deploy either using deploy with Github(on the dashboard) or using local deployment by running andasy deploy its mainly about builder that is being inaccessible for creation and availability:

Error failed to build or push image: builder not ready (status: 503 Service Unavailable) after 60 attempts (2 min timeout). Check builder status with: andasy orgs builder

exit status 1

Deployment failed

What happens when you run andasy orgs builder delete? Sometimes a builder can get in an unrecoverable state that you need to delete it and start fresh.

But this org was not having any builder to begin with

When you run andasy deploy without a builder, a builder is auto created. run andasy orgs builder info you should see a builder.

As you can see it is failing on all sides:


and this command can not work since this org has no builder andasy orgs builder info
image

Ok, let me check this.

@Saddock can you try to deploy again. Let me know if it fails again

Still facing same errors as before

This was an issue on your organization that had an orphaned builder. This should be fixed now.

Ok good the error is gone now!