Actions
Task #1445
closedStory #1150: As a user, I can lazily fetch repositories
The repository sync task needs to start a download task when policy=background.
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
2.8.0
Groomed:
No
Sprint Candidate:
No
Tags:
Pulp 2
Sprint:
Quarter:
Description
When the download_policy=background (use the constant) we need to start a lazy download task for the repo and add to the spawned tasks. This seems like something we can do in the platform and not in each importer.
Actions
Dispatch a download task after a sync if policy is 'background'.
closes #1445