You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: