This patch allows the user to specify the minimum-running-tasks in the wercker.yml, and it will actually pass it through to the python script (which was not happening before).
Also moves the logic of the default value for this paramater to the bash script.
This patch allows the user to specify the
minimum-running-tasks
in thewercker.yml
, and it will actually pass it through to the python script (which was not happening before).Also moves the logic of the default value for this paramater to the
bash
script.