generated from Warchant/cmake-hunter-seed
-
Notifications
You must be signed in to change notification settings - Fork 32
Open
Description
Scheduler should be updated.
Several Problems:
- Two resources(active and planning) should be union, because we don’t have twice the resources.
- Current implementation theoretically prone to starvation
- We cannot disabling workers
- Unstable selection of workers
Suggestions:
- Each Worker should have separate queues
- We can estimate how much time each worker spends on each task. It can help us processing tasks faster
- Disabling workers (blocks by separate queues)
- Resources union
Metadata
Metadata
Assignees
Labels
No labels