Skip to content
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

Allow submitting jobs to the api in bulk #161

Closed
JamesMurkin opened this issue Oct 10, 2019 · 0 comments
Closed

Allow submitting jobs to the api in bulk #161

JamesMurkin opened this issue Oct 10, 2019 · 0 comments
Assignees

Comments

@JamesMurkin
Copy link
Contributor

JamesMurkin commented Oct 10, 2019

Problem
When submitting 10000 - 100000 jobs at a time, it takes a long time to complete submission.

This is because the jobs are submitted one at a time.

Suggested solution

  • The API should be updated to support bulk submission,

  • The client should be updated to submit in groups of say 100 at a time

This should significantly speed up submitting many jobs at once.

@JamesMurkin JamesMurkin created this issue from a note in Armada - to delete (To Do) Oct 10, 2019
@jankaspar jankaspar moved this from To Do to Sprint in Armada - to delete Oct 28, 2019
@JamesMurkin JamesMurkin self-assigned this Oct 31, 2019
@JamesMurkin JamesMurkin moved this from Sprint to In progress in Armada - to delete Oct 31, 2019
Armada - to delete automation moved this from In progress to Done Nov 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant