Closed guillaumeeb closed 2 years ago
Fixes #589, but I'd like to understand better how this bug was introduced.
Maybe we should also add a test, not mandatory here.
I think it's because in jobqueue.yaml the default extra value is null, but the default value for worker-extra-args is [] which is mutable.
jobqueue.yaml
extra
null
worker-extra-args
[]
Superseded by #591
Fixes #589, but I'd like to understand better how this bug was introduced.
Maybe we should also add a test, not mandatory here.