-
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
POST /job can now accept an array of jobs #500
Conversation
thank you @EgoAleSum |
Thanks to you! |
PS2 could you also consider #497 ? |
Oh ok, I found out about #334. |
thats ok since I'd let in lodash before... I'll take advantage of less complicated code for this |
Ok, I'd still ask them if it's possible to include the IDs of successfully scheduled jobs. That's very important for us, for example, as I'll be using this code to schedule 10 future tasks which I need to be able to cancel before they're executed. |
we can bring in this test https://github.com/LearnBoost/kue/pull/334/files#r25875077 |
Thanks for the merge :) I'll port the test later today! |
POST /job can now accept an array of jobs. The format is as you would expect:
Some notes: