WARN Failed to start remote builder heartbeat: server returned a non-200 status code: 500
Error: failed to fetch an image or build from source: error connecting to docker: server returned a non-200 status code: 500
Honestly I’ve run in to numerous issues trying to use the fly builder…destroying the builder and redeploying almost always was the fix. Running concurrent builds in a CI pipeline really makes the builder struggle for some reason. If anyone is curious and uses GitHub Actions, I’ve switched to --local-only and use BuildJet’s builders. Their lowest tier is about twice as fast as the fly builders and cheaper than the GitHub builders. FWIW I’ve only used it for about a month but I haven’t had any partial deployment failures like I did with the Fly Builder.