Skip to content

v5.5.3

Compare
Choose a tag to compare
@evantahler evantahler released this 07 Feb 03:44

Gracefully & in-parallel stop multiworker

Now when multiworker is asked to stop, all workers are told to stop at the same time. This way, no worker can pick up a new job while waiting for the other workers to stop.

Adding args property to job object when reEnqueue event was emitted

Misc

  • Documentation updates about worker.end
  • dependencies updates and code format updated for latest ESLint version