superfly / flyctl

Command line tools for fly.io services
https://fly.io
Apache License 2.0
1.37k stars 226 forks source link

Even more remote heartbeat improvements #3594

Closed billyb2 closed 1 month ago

billyb2 commented 2 months ago

Change Summary

What and Why: Having the logic for creating a remote builder be in web doesn't make sense. The majority of the work can be done in flyctl, and as such, remove another point of failure in a different component

How: Move all of the logic from EnsureMachineRemoteBuilder from web to flyctl

Related to:


Documentation