Handling timeout errors
To make the review analysis system more robust and user-friendly, you are now required to add error handling to the analyze_review endpoint. You need to handle timeouts and internal server errors if the model couldn't process the text in time or if there was an error while making the predictions.
To simulate this test, a delay of 10 seconds has been added in the model prediction process in model.py
.
This exercise is part of the course
Deploying AI into Production with FastAPI
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
