Actions
Story #9607
closedEnable rate_limit option during container sync from remote registry
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Sprint:
Quarter:
Description
pulp-container plugin subclassed HttpDownloader
and has overridden _run
method which enables Throttler
https://github.com/pulp/pulp_container/blob/main/pulp_container/app/downloaders.py#L60 https://github.com/pulp/pulpcore/blob/main/pulpcore/download/http.py#L269
Related issues
Updated by pulpbot almost 3 years ago
- Status changed from NEW to POST
Updated by ipanova@redhat.com almost 3 years ago
- Copied to Backport #9610: backport to 2.8: Enable rate_limit option during container sync from remote registry added
Added by ipanova@redhat.com almost 3 years ago
Updated by ipanova@redhat.com almost 3 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset 39b3000150960c554d2124ab3654e3e7b4c54352.
Updated by pulpbot almost 3 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by ipanova@redhat.com almost 3 years ago
- Assignee set to ipanova@redhat.com
Actions
Enabled rate_limit option on the remote.
closes #9607