Actions
Issue #5236
closedCollections 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.
Updated by bmbouter over 5 years 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
Updated by fao89 over 5 years ago
- Status changed from NEW to POST
Added by Fabricio Aguiar over 5 years ago
Updated by Anonymous over 5 years ago
- Status changed from POST to MODIFIED
Applied in changeset ansible_plugin:pulp_ansible|be6142707f6b96ba9ae46f869193dde7321b0360.
Updated by bmbouter almost 5 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Updated by bmbouter over 4 years ago
- Tags Performance added
- Tags deleted (
Sync Performance)
Actions
Optimize collections sync
closes #5236