mirror of
https://github.com/coder/coder.git
synced 2026-06-03 13:08:25 +00:00
89dde21837
Exponential backoff is only enabled if the websocket fails to open. If the websocket is opened but immediately killed, the agent will try to immediately reconnect. This is desireable in cases where coderd is being replaced or network conditions cause the connection to die, but not for permanent errors.