Custom scheduling strategy
Open
Nobody has claimed this yet.
- Dominant language
- Go
- Stars
- 3.7k
- Forks
- 676
- Avg merge
- 4d 9h
- Merged PRs (30d)
- 6
Description
Is there a way I could change the default swarm strategy from spread to bin pack as I need to test the results for different scheduling strategy ? Also, is it possible to create a custom scheduling strategy by extending swarm kit ?
Contributor guide
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.
Research direction
The issue asks whether SwarmKit can change the default scheduling strategy from spread to bin pack and support custom strategies. Start by locating the scheduler and strategy entry points, then determine whether the requested behavior is an existing option or a new extension point. Done would mean a documented, testable way to select or add the strategy.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- go
- Domain
- distributed-systems
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100