Investigate how to better allocate tasks in ECS
Open
@LDiazN is already working on this.
Since Oct 15, 2025.
funder/otffoss2025
- Dominant language
- HCL
- Stars
- 4
- Forks
- 15
- Avg merge
- 1h 50m
- Merged PRs (30d)
- 4
Description
In our current setup in ECS most of the tasks tend to be allocated towards a single host
For example, if we have 2 hosts and 6 tasks, the most common allocation would be
1 5 or 0 6
instead of
3 3 or 2 4
This implies that if something happens to the host, more tasks will be affected, and it has happened a few times by now
We should research how to allocate tasks more evenly distributed between clusters
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.