-
Notifications
You must be signed in to change notification settings - Fork 867
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Graceful Shutdown | kue has no method 'shutdown' #291
Comments
sure no! you should call shutdown on your actual Queue object:
Isn't it clear in the documentaion? |
Ah... Semantics probably but no, not clear. As per docs [https://github.com/learnboost/kue#processing-jobs] we use the standard: jobs = kue.createQueue(); I just never thought to look for the shutdown method against the |
This is a minor naming conflict. The popular |
Is
require('kue').shutdown()
valid?Outputs:
Version:
The text was updated successfully, but these errors were encountered: