Skip to content

feat(etl): idempotent vault event processing#185

Merged
1nonlypiece merged 3 commits intoDisciplr-Org:mainfrom
Demilade01:feature/etl-vault-idempotency
Apr 1, 2026
Merged

feat(etl): idempotent vault event processing#185
1nonlypiece merged 3 commits intoDisciplr-Org:mainfrom
Demilade01:feature/etl-vault-idempotency

Conversation

@Demilade01
Copy link
Copy Markdown
Contributor

  • Refactor IdempotencyService to use Knex for consistent database access
  • Integrate idempotency checking into the EventProcessor pipeline using the processed_events table
  • Ensure exactly-once processing for vault, milestone, and validation events
  • Add comprehensive regression test suite in src/tests/eventIdempotency.test.ts

Closes #112

- Refactor IdempotencyService to use Knex for consistent database access
- Integrate idempotency checking into the EventProcessor pipeline using the processed_events table
- Ensure exactly-once processing for vault, milestone, and validation events
- Add comprehensive regression test suite in src/tests/eventIdempotency.test.ts

Closes Disciplr-Org#112
@drips-wave
Copy link
Copy Markdown

drips-wave bot commented Mar 27, 2026

@Demilade01 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

@Demilade01
Copy link
Copy Markdown
Contributor Author

@1nonlypiece pls merge my PRs

1 similar comment
@Demilade01
Copy link
Copy Markdown
Contributor Author

@1nonlypiece pls merge my PRs

@1nonlypiece 1nonlypiece merged commit 05317d7 into Disciplr-Org:main Apr 1, 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.

Event processor: idempotency keys for vault events

2 participants