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

feat(api): add support for multiple worker threads #208

Open
jordanshatford opened this issue Dec 5, 2023 · 0 comments
Open

feat(api): add support for multiple worker threads #208

jordanshatford opened this issue Dec 5, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@jordanshatford
Copy link
Owner

Describe the problem

Right now the API only properly runs if there is 1 worker. This can cause slowdown when there are a lot of requests at once.

Describe the proposed solution

Update the API to support multiple workers.

Alternatives considered

N/A

Importance

nice to have

Additional information

This will require that the session manager object is available for all workers to ensure that one users session information is available to all threads.

@jordanshatford jordanshatford added the enhancement New feature or request label Dec 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant