Actions
Issue #8703
closedBackport to 2.5: if 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 96
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
Updated by ipanova@redhat.com over 3 years ago
- Copied from Issue #8576: if wait is set on Throttled() exponential backoff is not enabled added
Updated by ipanova@redhat.com over 3 years ago
- Status changed from NEW to ASSIGNED
- Assignee changed from mdellweg to ipanova@redhat.com
Updated by pulpbot over 3 years ago
- Status changed from ASSIGNED to POST
Added by mdellweg over 3 years ago
Added by mdellweg over 3 years ago
Updated by mdellweg over 3 years ago
- Status changed from POST to MODIFIED
Applied in changeset 01c33d4a265b15bd5d6aa4945ef622092cd8d70d.
Updated by pulpbot over 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
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.
closes #8703 backports #8576
(cherry picked from commit 3796cab986a8ca2892d70802279ab01896018fbe)