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

cloud scheduler needs to re-evaluate rules upon node status changes #64

Open
gemblerz opened this issue Sep 14, 2022 · 1 comment
Open
Assignees

Comments

@gemblerz
Copy link
Collaborator

The cloud scheduler will need to re-evaluate submitted jobs for re-distributing it to nodes based on node status

Example 1.
A new node is added to a project and there is a job that runs a plugins on all nodes under the project. The new node should also receive the job as it starts talking to the cloud scheduler.

Example 2.
When an node running for a job needs to be in maintenance the cloud scheduler removes (or do not consider) the node from the job.

@gemblerz gemblerz self-assigned this Sep 14, 2022
@gemblerz
Copy link
Collaborator Author

Example 3. (?)
A user is removed from a project. The cloud scheduler may need to drop all jobs under the project, submitted by the user.

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