Skip to content

[1425] Backend: Audit cache invalidation across modules - #1471

Open
franklin251861-killer wants to merge 1 commit into
Pulsefy:mainfrom
franklin251861-killer:fix/1425-backend-audit-cache-invalidation-across-modules
Open

franklin251861-killer wants to merge 1 commit into
Pulsefy:mainfrom
franklin251861-killer:fix/1425-backend-audit-cache-invalidation-across-modules

Conversation

@franklin251861-killer

Copy link
Copy Markdown

Summary

  • Centralize cache keys, TTLs, generations, invalidation, discovery, and telemetry across backend modules.
  • Fix confirmed write-to-dependent-cache gaps and add conservative invalidation for derived and operational read models.
  • Replace unsafe transient error caching, make warm-cache and Soroban caches race-safe and bounded, and document the full inventory.
  • Add consistency, invalidation, race, discovery, and metrics coverage.

Validation

  • npm run build
  • npx tsc --noEmit -p tsconfig.build.json
  • npx tsc --noEmit -p tsconfig.test.json
  • npm run migration:check
  • Changed-file ESLint and Prettier checks
  • git diff --check
  • Full Jest suite: 94 passed, 1 skipped; 780 passed, 19 skipped; 2 snapshots passed

Closes #1425

@drips-wave

drips-wave Bot commented Sep 23, 2026

Copy link
Copy Markdown

@franklin251861-killer 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

@Cedarich

Copy link
Copy Markdown
Contributor

@franklin251861-killer Kindly 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.

Backend: Audit cache invalidation across modules

2 participants