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

Resource scheduler: never schedule TRANSIENT blocked resources #8580

Open
2 tasks
sanderr opened this issue Jan 8, 2025 · 0 comments
Open
2 tasks

Resource scheduler: never schedule TRANSIENT blocked resources #8580

sanderr opened this issue Jan 8, 2025 · 0 comments

Comments

@sanderr
Copy link
Contributor

sanderr commented Jan 8, 2025

#8423 implemented conservative scheduling of resources marked as BlockedStatus.TRANSIENT. Meaning even if we think it will have no effect, we will execute repairs (and only repairs) for resources that have previously skipped for dependencies. The conservative scheduling has been accompanied by a warning message to raise awareness of any faulty assumptions.

Once we have confidence that our tracking of BlockedStatus.TRANSIENT resources is correct, we can drop this conservative scheduling. We can then be confident that any such resource never needs to be scheduled.

  • check for comments marked with #8580
  • check if any other changes need to be made
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

No branches or pull requests

1 participant