Skip to content

Commit 2391424

Browse files
committed
fix(hot-poll): auto-dismisses error notification on recovery
1 parent ec6756a commit 2391424

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/app/services/poll.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,7 @@ export function createHotPollCoordinator(
568568
pushError("hot-poll", "Some status updates failed — retrying with backoff", true);
569569
} else {
570570
consecutiveFailures = 0;
571+
dismissNotificationBySource("hot-poll");
571572
}
572573
if (prUpdates.size > 0 || runUpdates.size > 0) {
573574
onHotData(prUpdates, runUpdates, generation);

0 commit comments

Comments
 (0)