Project

Profile

Help

Issue #1418

Updated by dkliban@redhat.com over 8 years ago

When content applicability regeneration tasks are run (or any other tasks belonging to a task group), it is possible to have a lot of tasks running in the system. To avoid flooding the user with too much information when querying for tasks, it was decided to not include the group tasks in that list. The TaskCollectionView already excludes these tasks [0], but the TaskSearchView does not. The TaskSearchView is the one being used by "pulp-admin tasks list" command. view.  

 Recommended fix would be to add search criteria on the pulp-admin side that would tell the search API to exclude tasks where group_id is not None.  


 [0] https://github.com/pulp/pulp/blob/master/server/pulp/server/webservices/views/tasks.py#L71-L73

Back