Thanks for the project! I've been eager to try a modern alternative to Colmena.
When I ran wire apply boot --reboot for my remote servers, all of them failed as OpenSSH attempts to reconnect fairly quickly (in like 3 seconds or so), which isn't enough time for the server to reboot. There should be a longer timeout with more retry attempts, since the failure is spurious anyway in these cases.
It's not breaking or anything, but still worth improving so that it doesn't fail when the server is just rebooting.
Thanks for the project! I've been eager to try a modern alternative to Colmena.
When I ran
wire apply boot --rebootfor my remote servers, all of them failed as OpenSSH attempts to reconnect fairly quickly (in like 3 seconds or so), which isn't enough time for the server to reboot. There should be a longer timeout with more retry attempts, since the failure is spurious anyway in these cases.It's not breaking or anything, but still worth improving so that it doesn't fail when the server is just rebooting.