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.
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.