- Add ContributionAccountUpdatedEvent for real-time account updates - Publish outbox events when saving distribution results - Publish outbox events when updating adopter/referrer unlock status - Add incremental sync every 10 minutes for recently updated accounts - Add daily full sync at 4am as final consistency guarantee - Add findRecentlyUpdated repository method for incremental sync Three-layer sync guarantee: 1. Real-time: publish events on every account update 2. Incremental: scan accounts updated in last 15 minutes every 10 mins 3. Full sync: publish all accounts daily at 4am Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| prisma | ||
| src | ||
| .env.example | ||
| DEVELOPMENT_GUIDE.md | ||
| Dockerfile | ||
| nest-cli.json | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||