-
Notifications
You must be signed in to change notification settings - Fork 136
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
Replacing SubmitJob with SubmitJobs #224
Merged
Merged
Commits on Nov 4, 2019
-
Replacing SubmitJob with SubmitJobs
Currently we have an endpoint SubmitJob However this is very inefficient when submitting many jobs (which we expect to be common for this application) Also many API calls (one for each SubmitJob) can cause load balancers to throttle connections to the server. I have replaced SubmitJob with SubmitJobs, so you can submit many jobs in a single call - All jobs must belong to the same queue/jobsetid, as specified in the JobSubmitRequest struct)
Configuration menu - View commit details
-
Copy full SHA for c12236d - Browse repository at this point
Copy the full SHA c12236dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ae1a6f0 - Browse repository at this point
Copy the full SHA ae1a6f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 616b208 - Browse repository at this point
Copy the full SHA 616b208View commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a0523 - Browse repository at this point
Copy the full SHA 55a0523View commit details -
Configuration menu - View commit details
-
Copy full SHA for 069a24c - Browse repository at this point
Copy the full SHA 069a24cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7754845 - Browse repository at this point
Copy the full SHA 7754845View commit details -
Configuration menu - View commit details
-
Copy full SHA for 736ce1f - Browse repository at this point
Copy the full SHA 736ce1fView commit details
Commits on Nov 5, 2019
-
Making AddJobs return an array rather than map, to maintain ordering …
…properly It is expected this function returns items in the same order it receives them.
Configuration menu - View commit details
-
Copy full SHA for e1da201 - Browse repository at this point
Copy the full SHA e1da201View commit details -
Updating client validation testdata file formats
This is to make the testdata files match the new submit file format
Configuration menu - View commit details
-
Copy full SHA for d1a905f - Browse repository at this point
Copy the full SHA d1a905fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 55a235e - Browse repository at this point
Copy the full SHA 55a235eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 82a7b88 - Browse repository at this point
Copy the full SHA 82a7b88View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.