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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: