-
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
DO NOT use this library if you need sequential order execution your jobs. #703
Comments
I know certainly that TJ holoway (one of the lead devs) stopped using node a while ago and only wants to continue to maintain |
Any suggestions on a sequential task library? |
#708 |
If you've read the docs and searched issues carefully you would find out that Kue is a priority Queue not a sequential task library (however you can use it as a sequential task library) and that there exists an issue with specific task ids (10, 100, 1000, ...) in job orderings...
I'm trying to improve Kue for about 2 years now. Since this is a one-man work for now, my busy hours delays kue 1.0 release, however any members, helpers, ... are welcome.
I can't figure out why are you trying to achieve with this kind of statement. You are free to use everything you want/need/prefer. However this is not normal to open up an issue with such a title. |
I'll try to check you PR thank you @hockeytim11 |
I spent two week of development with kue, and just yesterday i noticed weird sorting.
Just think twice before using this library, if you need sequential order execution your jobs.
Developers probably forgot about kue and will never fix it.
#691
#693
The text was updated successfully, but these errors were encountered: