Skip to content

Illegal scheduler arguments result in job failure.

Paul Bryant requested to merge 127-illegal-arguments into develop

Arguments identified by the executor that conflict with default behaviors previously resulted only in a warning. These will now result in job failure and must be corrected to move forward.

You can revert back to the original behavior via config:

[batch]
allow_illegal_args = true

Closes #127 (closed)

Edited by Paul Bryant

Merge request reports