mac mimi
c6b4de520a
fix(telegram): recover from grammY "timed out" long-poll errors ( #7239 )
...
grammY getUpdates returns "Request to getUpdates timed out after 500 seconds"
but RECOVERABLE_MESSAGE_SNIPPETS only had "timeout". Since
"timed out".includes("timeout") === false, the error was not classified as
recoverable, causing the polling loop to exit permanently.
Add "timed out" to RECOVERABLE_MESSAGE_SNIPPETS so the polling loop retries
instead of dying silently.
Fixes #7239
Fixes #7255
2026-02-02 22:37:22 +00:00
..
2026-02-01 10:03:47 +09:00
2026-02-02 21:33:36 +00:00
2026-02-02 20:05:17 +00:00
2026-02-02 16:18:09 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 21:44:02 +09:00
2026-02-02 17:36:49 +00:00
2026-02-02 16:18:09 +09:00
2026-01-30 03:16:21 +01:00
2026-02-02 12:14:17 -08:00
2026-02-02 15:37:05 +09:00
2026-02-02 15:37:05 +09:00
2026-02-02 21:44:02 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 17:36:49 +00:00
2026-02-02 02:07:47 -08:00
2026-02-01 10:03:47 +09:00
2026-02-02 04:58:32 -08:00
2026-02-02 16:18:09 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 04:58:32 -08:00
2026-02-02 22:20:04 +00:00
2026-02-01 22:56:44 -05:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 02:07:47 -08:00
2026-01-31 20:39:33 -06:00
2026-02-01 10:03:47 +09:00
2026-02-01 13:19:06 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 16:18:09 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-02 16:18:09 +09:00
2026-02-02 04:58:32 -08:00
2026-02-02 22:37:22 +00:00
2026-02-01 10:03:47 +09:00
2026-01-30 03:16:21 +01:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 16:18:09 +09:00
2026-02-02 01:52:33 +01:00
2026-02-01 10:03:47 +09:00
2026-02-02 16:38:25 +01:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-30 03:16:21 +01:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-01-31 16:19:20 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-01 10:03:47 +09:00
2026-02-02 16:18:09 +09:00
2026-01-31 16:19:20 +09:00
2026-01-30 03:16:21 +01:00