Any update to an executor in the ufdl-job-launcher library requires an update on all the worker nodes. Moving the actual executor implementations into a separate repo and referencing that via required_packages in the job templates will always pull in the latest version.
Any update to an executor in the
ufdl-job-launcher
library requires an update on all the worker nodes. Moving the actual executor implementations into a separate repo and referencing that viarequired_packages
in the job templates will always pull in the latest version.