Managing Jobs in your codebase and the dashboard
enabled
option:
enabled
option, it will default to true
.
The Job will only be disabled in environments that have seen the enabled = false
value. So the Job will remain enabled in production until the code with the enabled = false
is deployed to production.
io.wait
. If you’d like to completely stop in-progress Runs, you have two options:
enabled
option to false and then throw
an error at the top of your Job run
function.TRIGGER_JOBS_DISABLED
env var to "true"
. And removing the env var will re-enable the Job.