I use fly deploy --remote-only to deploy my app. It’s always deployed successfully until suddenly I got a new set of warnings:
WARN Remote builder did not start in time. Check remote builder logs with flyctl logs -a fly-builder-hidden-surf-3240
WARN Failed to start remote builder heartbeat: remote builder app unavailable
Error: failed to fetch an image or build from source: error connecting to docker: remote builder app unavailable
When I check the logs of my remote builder, the following messages loop endlessly:
iad [info] time=“2023-11-29T21:54:48.845954186Z” level=debug msg=“checking docker activity”
iad [info] time=“2023-11-29T21:54:48.846246515Z” level=debug msg=“Calling GET /v1.41/containers/json?filters=%7B%22status%22%3A%7B%22running%22%3Atrue%7D%7D&limit=0”
I haven’t changed the build and deploy process at all since it was last working and I’ve already tried destroying and remaking the builder app with no luck.
I’d appreciate any help.