Actions
Issue #8576
closedif wait is set on Throttled() exponential backoff is not enabled
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Platform Release:
OS:
Triaged:
No
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Sprint 95
Quarter:
Description
It appears that if having wait
set for 5 seconds, the client will always back-off for 5 seconds https://github.com/pulp/pulp_container/blob/master/pulp_container/app/registry_api.py#L661, the exponential backoff in this case won't be triggered.
https://github.com/pulp/pulp_container/pull/289#issuecomment-820524896
Related issues
Actions
No wait in Throttled
Stop to tell the client to wait for a specific amount. This way, well behaved clients will increase their waiting time exponentially while retrying.
fixes #8576 https://pulp.plan.io/issues/8576