-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add System Scheduler that runs tasks on every node #287
Conversation
nodes[0].Attributes["driver.foo"] = "2" | ||
nodes[2].Attributes["driver.foo"] = "2" | ||
nodes[0].Attributes["driver.foo"] = "1" | ||
nodes[2].Attributes["driver.foo"] = "1" | ||
|
||
drivers := map[string]struct{}{ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You should add a negative test in as well to check the ParseBool
logic
…ts, and fix evictAndPlace status message
Add System Scheduler that runs tasks on every node
Update doc with System Scheduler from PR #287
I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions. |
Add a new System Scheduler that runs a task on every node. This PR does not handle creating an evaluation when a new node joins nor does it handle evictions.