We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6756a commit 2391424Copy full SHA for 2391424
src/app/services/poll.ts
@@ -568,6 +568,7 @@ export function createHotPollCoordinator(
568
pushError("hot-poll", "Some status updates failed — retrying with backoff", true);
569
} else {
570
consecutiveFailures = 0;
571
+ dismissNotificationBySource("hot-poll");
572
}
573
if (prUpdates.size > 0 || runUpdates.size > 0) {
574
onHotData(prUpdates, runUpdates, generation);
0 commit comments