Issue #5236
Collections sync doesn't fetch metadata in parallel
Start date:
Due date:
Estimated time:
Severity:
2. Medium
Version:
Platform Release:
OS:
Triaged:
Yes
Groomed:
No
Sprint Candidate:
No
Tags:
Performance
Sprint:
Sprint 57
Quarter:
Description
The current sync implementation schedules a single coroutine and waits for it to return, this effectively schedules a single downloader. When you have to make thousands of requests (as this sync does) we should parallelize it.
Associated revisions
History
#1
Updated by bmbouter over 1 year ago
- Tracker changed from Task to Issue
- Subject changed from Update Collections sync to be parallelized to Collections sync doesn't fetch metadata in parallel
- Severity set to 2. Medium
- Triaged set to Yes
- Sprint set to Sprint 57
#2
Updated by fao89 over 1 year ago
- Status changed from NEW to POST
#3
Updated by Anonymous over 1 year ago
- Status changed from POST to MODIFIED
Applied in changeset ansible_plugin:pulp_ansible|be6142707f6b96ba9ae46f869193dde7321b0360.
#4
Updated by bmbouter about 1 year ago
- Sprint/Milestone set to 3.0.0
#5
Updated by bmbouter about 1 year ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Please register to edit this issue
Optimize collections sync
closes #5236