Skip to content

[253] Implement alerting notifications on indexer_runner failures - #319

Merged
godamongstmen897 merged 3 commits into
Goldii-locks:mainfrom
itsnotOJ:fix/253-implement-alerting-notifications-on-indexer_runner-failures
Aug 30, 2026
Merged

[253] Implement alerting notifications on indexer_runner failures#319
godamongstmen897 merged 3 commits into
Goldii-locks:mainfrom
itsnotOJ:fix/253-implement-alerting-notifications-on-indexer_runner-failures

Conversation

@itsnotOJ

Copy link
Copy Markdown

Summary

  • Add IndexerRunnerFailureMonitor with consecutive-failure and stall threshold alerts
  • Integrate alerting into the indexer poller loop
  • Assert warnings trigger after the configured error count

Test plan

  • npx jest __tests__/indexer_runner_alerting.test.ts
  • Full npm test
  • npx tsc -p tsconfig.build.json --noEmit

Closes #253

…holds.

Track consecutive poll failures and emit threshold warnings (plus stall alerts) so operators can react when the indexer runner stalls or fails repeatedly.

Closes Goldii-locks#253

Co-authored-by: Cursor <cursoragent@cursor.com>
@drips-wave

drips-wave Bot commented Aug 27, 2026

Copy link
Copy Markdown

@itsnotOJ Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

itsnotOJ and others added 2 commits August 27, 2026 09:21
@godamongstmen897
godamongstmen897 merged commit 1965f27 into Goldii-locks:main Aug 30, 2026
1 check failed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Implement alerting notifications on indexer_runner failures

2 participants