Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More customisable scheduling #347

Closed
ronag opened this issue Jun 7, 2023 · 5 comments · Fixed by #590
Closed

More customisable scheduling #347

ronag opened this issue Jun 7, 2023 · 5 comments · Fixed by #590
Assignees
Labels
enhancement New feature or request good-first-issue Good for newcomers never-stale Issues/PRs that are not stale
Milestone

Comments

@ronag
Copy link
Collaborator

ronag commented Jun 7, 2023

Currently, piscina only supports depth-first scheduling. It would be nice to be able to add more scheduling strategies based on different types of heuristics.

A bit like https://github.com/poolifier/poolifier but not necessarily as advanced.

@metcoder95 metcoder95 added enhancement New feature or request semver-minor labels Jun 7, 2023
@metcoder95
Copy link
Member

We can start with something small like Round Robin, and its weighted version. And allow, through options, how to assign weights and other moving pieces.

+1 on going for it 👍

Copy link

This issue has been marked as stale because it has been opened 30 days without activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label May 12, 2024
Copy link

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale May 26, 2024
@metcoder95 metcoder95 reopened this May 29, 2024
@metcoder95 metcoder95 removed the stale label May 29, 2024
Copy link

This issue has been marked as stale because it has been opened 30 days without activity. Remove stale label or comment or this will be closed in 5 days.

@github-actions github-actions bot added the stale label Jun 30, 2024
Copy link

github-actions bot commented Jul 7, 2024

This issue was closed because it has been stalled for 5 days with no activity.

@github-actions github-actions bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 7, 2024
@metcoder95 metcoder95 reopened this Oct 30, 2024
@metcoder95 metcoder95 added never-stale Issues/PRs that are not stale and removed stale semver-minor labels Oct 30, 2024
@metcoder95 metcoder95 linked a pull request Oct 30, 2024 that will close this issue
10 tasks
@metcoder95 metcoder95 added this to the v5 milestone Nov 1, 2024
@metcoder95 metcoder95 self-assigned this Nov 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good-first-issue Good for newcomers never-stale Issues/PRs that are not stale
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants