ecchronos
ecchronos copied to clipboard
Investigate Creation of Repairs Queue
Story Description: Given a list of nodes in a datacenter, investigate how to create a nodes queue to execute repairs by nodes, one by one or parallel, the goal is to identify how many changes it requires to create tasks for it.
Acceptance Criteria:
- [ ] Definition for issues (If needed)
- [ ] Initial code for Nodes Queue
- [ ] Definition of unit-tests and integration-tests
Definition of Done:
List of issues and initial code approved by maintainers
Notes:
Depends on #675 and #676 Related to #652