Actions
Story #8177
closedTask #7938: [EPIC] As a user, I have improved Galaxy V3 sync performance
As a sync user, I use the efficient unpaginated metadata endpoints if they are available
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
Yes
Sprint Candidate:
No
Tags:
Sprint:
Sprint 90
Quarter:
Description
The first stage needs to keep all the existing code and fall back to it if the "new metadata endpoints are not available". They are only available on the Galaxy V3 API and if the server side implements them.
Sync Workflow Changes¶
- Fetch all collection data from
/pulp_ansible/galaxy/<path:path>/api/v3/metadata/collections/
. - Fetch all collection version data from
/pulp_ansible/galaxy/<path:path>/api/v3/metadata/collection_versions/
. - Build the declarative versions using the data from steps 1 & 2 and sync normally.
Related issues
Actions
Efficient sync with unpaginated metadata endpoints if they are available
https://pulp.plan.io/issues/8177 closes #8177