In line with #246 this PR allows the config file to be overridden via the JOB_CONFIG environment variable.
The change is very simple and doesn't conflict with current setup, it just mandates that if the variable is set then it is not re-set to the default config file.
My motivation is that, while environment variables allow tuning of some parameters, managing them can become a burden and a config file persisted to disk might be easier.
In line with #246 this PR allows the config file to be overridden via the
JOB_CONFIG
environment variable.The change is very simple and doesn't conflict with current setup, it just mandates that if the variable is set then it is not re-set to the default config file.
My motivation is that, while environment variables allow tuning of some parameters, managing them can become a burden and a config file persisted to disk might be easier.