v5.5.3
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.
- #268
- by @alexsanya
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