Timeout related errors in /v1/images/
endpoint
#2701
Labels
💻 aspect: code
Concerns the software code in the repository
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🧱 stack: api
Related to the Django API
🐛 tooling: sentry
Sentry issue
Description
The elasticsearch search request occasionally times out. The specific code line is the following one:
openverse/api/api/controllers/search_controller.py
Line 446 in a95840b
Sentry shows:
Reproduction
It is rather sporadic so it cannot be reproduced at will.
Additional context
Sentry info at https://openverse.sentry.io/share/issue/03b3bc0970c244b7bef1529a4af94eb2/
It may be resolved by the move to Async Django app.
The text was updated successfully, but these errors were encountered: