You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Due to API changes in 0.8.x the event for a worker dying is now `exit` rather than `death`. The example has been updated to reflect this.
* Due to API changes in 0.8.x accessing a worker PID is now `worker.process.pid` rather than `worker.pid`. The example has been updated to reflect this.