You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -857,8 +864,8 @@ export class TelegramPollingSession {
857
864
);
858
865
return;
859
866
}
860
-
// Retryable poison updates must eventually become tombstones so the
861
-
// lowest update id stops blocking every later turn in the same lane.
867
+
// Retryable poison updates must eventually become tombstones, but not
868
+
// during ordinary transient provider or state-store outages.
862
869
this.opts.log(
863
870
`[telegram][warn] spooled update ${params.update.updateId} on lane ${laneKey} reached retry limit after ${attempt} attempts; dead-lettered: ${message}`,
0 commit comments