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: replace slow waitForRedis polling with direct reconnect
Remove waitForRedis() which polled 60x with 500ms delay requiring 5
consecutive successes. Replace with sleep(2) + reconnectCache() which
creates a fresh Redis connection. This reduces Redis-Destructive test
time from ~18 minutes to ~10 seconds per adapter.
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
0 commit comments