Skip to content

[262] Implement alerting notifications on sqlite_schema_manager failures - #321

Open
itsnotOJ wants to merge 2 commits into
Goldii-locks:mainfrom
itsnotOJ:fix/262-implement-alerting-notifications-on-sqlite_schema_manager-failures
Open

[262] Implement alerting notifications on sqlite_schema_manager failures#321
itsnotOJ wants to merge 2 commits into
Goldii-locks:mainfrom
itsnotOJ:fix/262-implement-alerting-notifications-on-sqlite_schema_manager-failures

Conversation

@itsnotOJ

Copy link
Copy Markdown

Summary

  • Add SqliteSchemaManagerFailureMonitor with consecutive-failure and stall threshold alerts
  • Wire alerting into runMigrations() (sqlite_schema_manager)
  • Assert warnings trigger after the configured error count
  • Fix poller verifySchemaUpToDate import / boolean returns for CI typecheck

Test plan

  • npx jest __tests__/sqlite_schema_manager_alerting.test.ts
  • Full npm test
  • npx tsc --noEmit

Closes #262

Track migration/bootstrap failures and emit threshold warnings so operators can react when schema operations stall or fail repeatedly.

Closes Goldii-locks#262

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

@godamongstmen897

Copy link
Copy Markdown
Contributor

@itsnotOJ please fix failed CI and resolve conflicts

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 sqlite_schema_manager failures

2 participants