Details
-
Type:
Story
-
Status: Done
-
Resolution: Done
-
Fix Version/s: None
-
Component/s: ctrl_pool
-
Labels:None
-
Story Points:2
-
Epic Link:
-
Sprint:DRP F16-5
-
Team:Data Release Production
Description
It can be desirable to run ctrl_pool enabled commands (such as constructBias.py from pipe_drivers) without any batch system.
Please add an option
--batch-type None
that simply runs the job in the current process.
This is a useful feature. I made a few comments about the implementation on the GitHub PR. In particular, the argv parsing has a bug and should be replaced with an existing feature in the BatchArgumentParser.