-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
Description
I have an application running v2.1.0 and updated the dependency to v3.1.3, and the queue stops working after some period of time.
It works when I initially start up the queue, the handler can process incoming jobs. However, after some time the handler was no longer called (.process(function(job, done) {})
)
Could you walk me through the changes? I've eliminated other dependency in the application.