Disable the worker from receiving new jobs.
This is useful in preperation for shutdown of the system. Disabling the worker does not terminate a current job, if one is running. Use cancel to do that.
See Implementation
Disable the worker from receiving new jobs.
This is useful in preperation for shutdown of the system. Disabling the worker does not terminate a current job, if one is running. Use cancel to do that.