Skip to content

Fix/redis failover fallback - #453

Merged
maugauwi-hash merged 4 commits into
ethos-protocol:mainfrom
u0doka1:fix/redis-failover-fallback
Aug 31, 2026
Merged

Fix/redis failover fallback#453
maugauwi-hash merged 4 commits into
ethos-protocol:mainfrom
u0doka1:fix/redis-failover-fallback

Conversation

@u0doka1

@u0doka1 u0doka1 commented Aug 29, 2026

Copy link
Copy Markdown

Wired the recovery module into the library surface in lib.rs
Added a breaker fallback execution path in circuit_breaker.rs so open-state requests degrade to a fallback instead of returning a raw 500 during Redis failover
Added failover regression coverage in cache_recovery.rs simulating a Redis connection drop mid-request
Documented the recovery sequence in cache-strategy.md

closes #361

@drips-wave

drips-wave Bot commented Aug 29, 2026

Copy link
Copy Markdown

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

@maugauwi-hash
maugauwi-hash merged commit d923f7d into ethos-protocol:main Aug 31, 2026
2 of 4 checks passed
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.

Implement Cache Recovery After Redis Failover

2 participants