I am using the FastAPI, but it does not respond in the following situations.
- When one request is received, one thread runs and exits after a few minutes.
- If 600 requests are received, 600 threads will be started. Then FastAPI cannot return requests immediately.
Is there a way to make API response the highest priority in this situation? thanks.
sorry for my bad english.