You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: flush redis cache on API service startup (#1048)
## Summary
- Flushes all Redis cache on API service startup to avoid
stale/inconsistent responses after catalog updates
- Adds proper lifespan handler to close Redis connection on shutdown
Partial mitigation for #1047.
## Test plan
- [x] Verified cache flush works on restart (set test key, restart, key
is cleared)
- [x] Verified API health and cache health endpoints still work
- [x] Confirmed no external API endpoint exposes the flush functionality
0 commit comments