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

Remove logic that remembers previous pool state #3954

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

d80tb7
Copy link
Collaborator

@d80tb7 d80tb7 commented Sep 18, 2024

We have logic in SchedulingAlgo that remembers the last pool scheduled and picks up where it left off. This was important when we scheduled by executor but now we schedule by pool it is much less of a concern. We therefore remove it so that there's less going on in scheduling algo

Signed-off-by: Chris Martin <chris@cmartinit.co.uk>
@d80tb7 d80tb7 enabled auto-merge (squash) September 19, 2024 14:31
@d80tb7 d80tb7 merged commit 21d20ca into master Sep 19, 2024
28 checks passed
@d80tb7 d80tb7 deleted the f/chrisma/reove_pool_logic branch September 19, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants