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
Our default jitter value was migrated from Python SDK. However, once
we decreased the default poller interval, this made jitter value too
high.
With 30s poll interval and 30s jitter, requests are made every 0–30
seconds (with average at 15s). That just doesn’t make much sense.
Decrease jitter value down to 3s, so it polls every 27–30s (avg
28.5s).
0 commit comments