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

Use coroutines to do submission requests. #828

Open
weinbe58 opened this issue Dec 11, 2023 · 1 comment
Open

Use coroutines to do submission requests. #828

weinbe58 opened this issue Dec 11, 2023 · 1 comment
Labels
enhancement New feature or request mod:submission module for interacting with hardware APIs

Comments

@weinbe58
Copy link
Member

Is your feature request related to a problem? Please describe.
Submitting a large batch of tasks can take a long time because of the many HTTP requests required to submit all tasks in a batch.

Describe the solution you'd like
Using Coroutines can speed this up by opening up multiple connections concurrently.

Describe alternatives you've considered
N/A

@weinbe58 weinbe58 added enhancement New feature or request mod:submission module for interacting with hardware APIs labels Dec 11, 2023
@weinbe58
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request mod:submission module for interacting with hardware APIs
Projects
None yet
Development

No branches or pull requests

1 participant