YueGuobin efe6913d69
Fix: Add exponential backoff to compute reconnection attempts
When a remote compute is unreachable, the controller now uses exponential
backoff for reconnection attempts: 5s, 10s, 20s, 40s, 80s, then caps at
300s (5 minutes). Previously it retried every 5 seconds indefinitely.

User-initiated operations (open project, start node) still trigger an
immediate connection attempt, so recovery is not delayed in practice.

Related: #2704
2026-05-07 11:17:55 +08:00
..
2026-04-11 19:22:05 +08:00
2026-04-11 19:22:05 +08:00
2026-04-11 19:22:05 +08:00
2024-04-22 19:08:45 +07:00
2026-03-11 18:51:32 +01:00