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
CLDSRV-809: Initialize token bucket with full buffer
Workers now start with bufferSize tokens (default 50) instead of 0,
enabling fail-open behavior at startup when Redis is unavailable.
Previously, new token buckets started empty and required a Redis
refill cycle before allowing any requests. This caused all initial
requests to be throttled until Redis granted tokens.
0 commit comments