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
The REST API can run multiple request concurrently by setting CONCURRENT_REQUEST_PER_WORKER. For concurrent requests, it’s important that we don’t have any race conditions inside the application to ensure the responses are correct. Let’s check our REST API thoroughly for race conditions.
The text was updated successfully, but these errors were encountered:
Uvicorn has worker settings for parallel requests; use it and get rid of our concurrency_limiter
Talk about REST API unit tests with Massi
mayankjobanputra
changed the title
Ensure that there are no race conditions in REST API
Ensure that there are no race conditions in REST API /query endpoint
Jan 31, 2023
The REST API can run multiple request concurrently by setting
CONCURRENT_REQUEST_PER_WORKER
. For concurrent requests, it’s important that we don’t have any race conditions inside the application to ensure the responses are correct. Let’s check our REST API thoroughly for race conditions.The text was updated successfully, but these errors were encountered: