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

fix: subsequent requests cannot be sent until 'num_concurrent_requests' requests have all finished in non-block mode #59

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

llsj14
Copy link

@llsj14 llsj14 commented Jul 1, 2024

issues

#43
#56

Summary

  • Subsequent requests cannot be sent until whole requests have all finished even in non-block mode.
  • Fixing the request launcher was challenging due to its dependency on Ray, so I used multiple threads and request launchers, each holding one client and controlling only one request.

…s' requests have all finished in non-blocking mode

Signed-off-by: Sungjae Lee <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant