zhuowater
8229cde856
fix(discord): retry startup with exponential backoff on transient network outage
...
When the Discord plugin starts during a network outage, the initial
WebSocket handshake fails. The existing code attempts one forced
reconnect after a 15s ready-timeout, then throws if that also times
out — leaving the channel permanently dead until someone manually
restarts the service.
This commit replaces the immediate throw with an exponential-backoff
retry loop (up to 8 additional attempts, 15s → 30s → 60s → … → 5min
per attempt) that mirrors the behaviour of the post-connected
reconnect-stall watchdog. Recovery is self-healing once the network
comes back.
Fixes #51370
2026-03-21 10:09:00 +08:00
..
2026-03-20 09:30:34 -07:00
2026-03-18 13:20:46 -07:00
2026-03-17 00:14:12 -07:00
2026-03-20 18:48:42 -04:00
2026-03-20 15:59:53 -07:00
2026-03-19 23:52:53 -07:00
2026-03-17 00:14:12 -07:00
2026-03-20 19:24:10 +00:00
2026-03-17 00:14:12 -07:00
2026-03-19 07:17:04 +00:00
2026-03-20 15:43:14 +00:00
2026-03-18 17:14:15 -07:00
2026-03-19 00:24:00 -04:00
2026-03-21 10:09:00 +08:00
2026-03-17 00:14:12 -07:00
2026-03-17 21:35:13 -07:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-18 02:04:10 -07:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-18 23:58:56 +00:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-19 00:25:19 +00:00
2026-03-18 23:58:56 +00:00
2026-03-20 19:24:10 +00:00
2026-03-19 03:36:03 +00:00
2026-03-20 09:30:34 -07:00
2026-03-20 15:59:53 -07:00
2026-03-20 19:24:10 +00:00
2026-03-17 00:14:12 -07:00
2026-03-19 03:37:30 +00:00
2026-03-17 00:14:12 -07:00
2026-03-20 19:24:10 +00:00
2026-03-18 23:58:56 +00:00
2026-03-18 23:58:56 +00:00
2026-03-19 23:52:53 -07:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-17 00:14:12 -07:00
2026-03-18 18:02:44 -07:00
2026-03-19 07:17:04 +00:00
2026-03-20 15:53:12 -07:00
2026-03-18 23:58:56 +00:00
2026-03-18 23:58:56 +00:00
2026-03-20 15:36:34 -07:00
2026-03-16 12:06:32 +00:00
2026-03-19 23:52:53 -07:00
2026-03-20 15:43:14 +00:00
2026-03-18 23:58:56 +00:00
2026-03-20 19:24:10 +00:00
2026-03-17 00:14:12 -07:00
2026-03-20 19:24:10 +00:00
2026-03-20 15:59:53 -07:00
2026-03-20 18:19:07 -07:00
2026-03-20 19:24:10 +00:00
2026-03-18 23:58:56 +00:00
2026-03-19 07:17:04 +00:00
2026-03-20 12:41:04 -07:00
2026-03-20 15:59:53 -07:00
2026-03-18 17:14:15 -07:00
2026-03-20 19:24:10 +00:00
2026-03-18 23:58:56 +00:00
2026-03-20 19:24:10 +00:00
2026-03-18 23:58:56 +00:00
2026-03-17 00:14:12 -07:00
2026-03-17 00:14:12 -07:00
2026-03-20 19:24:10 +00:00
2026-03-17 00:14:12 -07:00
2026-03-20 15:59:53 -07:00
2026-03-20 15:28:30 -04:00
2026-03-19 19:26:47 -07:00
2026-03-20 09:30:34 -07:00
2026-03-20 19:24:10 +00:00
2026-03-20 19:24:10 +00:00
2026-03-12 23:03:19 +00:00