-
Hi, new to Tart and delighted by it... A question about the recently-introduced "tart exec" shortcut: release 2.27.1 limited its usefulness by adding a 1-second timeout. Why was that done, and would implementing a timeout parameter (with 0 = no timeout) be considered reasonable? Btw, the usage says |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
Establishing communication with the agent usually is much faster than a second, so we fail fast to highlight a likely non-functioning agent. Are you trying to
Good catch, will fix this in #1090. |
Beta Was this translation helpful? Give feedback.
Hey, thanks for noting this! 👍
I've mistakenly thought that this timeout only applies to connection establishment process, not to the whole RPC call duration.
Removed it for now in 8dc8b64 until we find a better way to achieve fail-fast behavior.
Also, I've identified some reliability issues in Tart Guest Agent in cirruslabs/tart-guest-agent#13 and quirks in cirruslabs/macos-image-templates#243, hopefully they will be all released soon too 🚀