Scripts and Branching jobs lock up the RQWorker? #134
Unanswered
jchambers2012
asked this question in
Q&A
Replies: 1 comment
-
I am also very interested into that... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Based on some simple testing the way the job schedule and branching seams to work today the active script running blocks the create a new branch job when creating the new branch via the UI. Is this correct?
As custom script support becomes available, will scripts be able to create branches as part of its job run? Let’s say I have a script that is designed to build out a new location with lots of IPAMs and Devices. Will the script be able to create a new branch and wait for it to be created before adding the new objects?
From a UX POV, it would be nice to allow custom scripts to have the ability to create new branches so the users will not need to see a AbortScript error to make sure it is in branch or a branch with a particular name; like new-site-SiteXYZ. Maybe the script subsystem needs to add support to “yield” or suspend the current job to another job so the branch is created and ready?
Beta Was this translation helpful? Give feedback.
All reactions