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
Add retry backoff max and jitter settings [RHELDST-32465]
Previously these paramters used for urllib3's Retry were unset. Backoff
max defaulted to 120, which was too low for Akamai's strict rate
limiting. Jitter was also added to better spread requests, improve
system stability.
0 commit comments