Actions
Story #6591
closedAs a user, I know if all of my tasks in a TaskGroup have been dispatched
Start date:
Due date:
% Done:
100%
Estimated time:
Platform Release:
Groomed:
No
Sprint Candidate:
No
Tags:
Backlog
Sprint:
Quarter:
Description
Problem¶
Currently, there's no way to know if a TaskGroup is done because tasks can be assigned to a TaskGroup at any time.
Solution¶
Add a new field (all_tasks_dispatched
?) that when set to true, no more tasks can be added to a TaskGroup. Users should use this field in addition to checking for running/waiting tasks to see if a TaskGroup is complete.
Also, go through our code and update any instance where TaskGroup is being created.
Actions
Add 'all_tasks_dispatched' to TaskGroup
closes: #6591 https://pulp.plan.io/issues/6591