Exception Handling Takes too long #1294
-
I have a FastAPI application running in production which runs fine for the most part, but there are bursts where the requests take too long to execute. Below is the Transaction Trace of the request. What I do not understand is why the exception handling takes 19 seconds to complete. Any pointers or direction would be much appreciated. -- |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
It shouldn't take this long. I'll close this as outdated. |
Beta Was this translation helpful? Give feedback.
-
I am still facing this issue when using starlette v0.19.1. Please check this screenshot for details: Notice, it takes many seconds to handle the response. |
Beta Was this translation helpful? Give feedback.
It shouldn't take this long.
I'll close this as outdated.