ironmansoftware / universal-automation

Universal Automation is the PowerShell-first automation platform.
https://ironmansoftware.com/universal-automation/
MIT License
24 stars 4 forks source link

Per-Script Concurrent Job Limits #120

Closed adamdriscoll closed 3 years ago

adamdriscoll commented 4 years ago

You can currently set the per-server concurrent job limit but we should also provide configuration on a per-script basis. This would allow us to allow the server to run unabated but limit an individual script.

dcherry88 commented 3 years ago

Is there any progress on this enhancement for Automation scripts?

adamdriscoll commented 3 years ago

There hasn't but I'll bump it onto our 1.5 backlog

adamdriscoll commented 3 years ago

This was released in 1.5: https://docs.ironmansoftware.com/automation/scripts#add-a-new-script

It's not part of the UI at the moment but you can set it within the scripts.ps1 file.