Hide Forgot
Currently, if I want to show a list of all repos, schedules, and their current sync status, it requires a lot of round-tripping. 1 - call to retrieve the repo list n - for each repo, call to get repo to get scheduling info n - for each repo, call to get the list of all tasks on the given repo Even on a local server with only 4 repos, the cost of these calls is noticable. IMO, this sort of view is pretty integral to using/monitoring Pulp and should be supported in a single API call.
Jason - I think this is possible with the tagging in v2, if I were to do a search for just sync operations and then resolve it against the list of total repos. But there might be an easier way. We'll need this for RHUI. Can you comment if you think this need is reasonably met or if we need to do more work in this area?
This request is very old, and this does not seem to be a problem at this point. Please re-open if you believe there is work to be done on this.