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

Add code to batch request across different users on the server side #13

Open
CoderPat opened this issue Apr 4, 2023 · 1 comment
Open

Comments

@CoderPat
Copy link
Collaborator

CoderPat commented Apr 4, 2023

Currently each request is handled independently, even if they request only 1 completion.
This can lead to situations here there is big wait time that could be avoided if the requests were batched together.
TODO: describe problem further

@aksj98
Copy link

aksj98 commented Apr 4, 2023

Hi @CoderPat can you assign this to me? I can start taking a dig at it

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

No branches or pull requests

2 participants