ironmansoftware / powershell-universal

Issue tracker for PowerShell Universal
https://powershelluniversal.com
34 stars 2 forks source link

When all computers in are in maintenance mode jobs back up #3458

Closed realslacker closed 1 month ago

realslacker commented 1 month ago

Version

4.3.2

Severity

Low

Environment

msi

Steps to Reproduce

I have a two node PSU cluster. When both nodes are in maintenance mode the jobs queue up and run when the nodes are returned to service. When they run they don't seem respect the Concurrent Job Limit. This causes several 10s of jobs to run simultaneously.

Expected behavior

1 of n nodes in maintenance mode, all scheduled jobs run on other n nodes

all nodes in maintenance mode, all scheduled jobs are "paused"

Actual behavior

1 of n nodes in maintenance mode, all scheduled jobs run on other n nodes

all nodes in maintenance mode, all scheduled jobs queue and run at once when maintenance mode is cancelled

Additional Environment data

No response

Screenshots/Animations

No response