Skip to content

Add durable tracking outbox - #158

Merged
VictorB00 merged 2 commits into
mainfrom
feat/durable-tracking-outbox
Aug 14, 2026
Merged

Add durable tracking outbox#158
VictorB00 merged 2 commits into
mainfrom
feat/durable-tracking-outbox

Conversation

@VictorB00

@VictorB00 VictorB00 commented Aug 14, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • persist tracking events in a SQLite-backed FIFO outbox with capacity limits and crash prioritization
  • retry transient failures through lifecycle-aware flushes while dropping unrecoverable, corrupt, or oversized records
  • preserve crash timestamps and event UUIDs, with expanded unit and instrumentation coverage

Verification

  • ./gradlew :nubrick:testDebugUnitTest :nubrick:compileDebugAndroidTestKotlin :nubrick:apiCheck

Related Issue

@VictorB00
VictorB00 merged commit 32468f8 into main Aug 14, 2026
3 checks passed
@VictorB00
VictorB00 deleted the feat/durable-tracking-outbox branch August 14, 2026 10:02
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.

1 participant