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.
Updated by daviddavis over 4 years ago
- Tracker changed from Issue to Story
- % Done set to 0
Updated by pulpbot over 4 years ago
- Status changed from ASSIGNED to POST
Added by dalley over 4 years ago
Updated by dalley over 4 years ago
- Status changed from POST to MODIFIED
- % Done changed from 0 to 100
Applied in changeset pulpcore|bc28a54b6f8fcd740ecf42704c7a2856b4a5eaf6.
Updated by dkliban@redhat.com over 4 years ago
- Status changed from MODIFIED to CLOSED - CURRENTRELEASE
Actions
Add 'all_tasks_dispatched' to TaskGroup
closes: #6591 https://pulp.plan.io/issues/6591