superfly / flyctl

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

`fly machines`: release leases even on error #3685

Closed matttpt closed 1 week ago

matttpt commented 1 week ago

Change Summary

The returned release function should be called even on error, because it will release any leases that were successfully obtained before the error happened (see review comments on #3633).


Documentation