This repository has been archived by the owner on Jan 18, 2024. It is now read-only.
uWSGI Worker Crashes on Frequent OpenSearch Requests via opensearch_dsl #111
Labels
bug
Something isn't working
What is the bug?
I am running a Python Flask server in a uWSGI workers.
The uWSGI crushes when the server makes a lot of requests to OpenSearch (50 requests in 40 seconds.) It is worth noting that when I send a lot more requests to the server (200 in 40 seconds), but without the server calling the OpenSearch, the uWSGI does not crushes, indicating a problem in calling OpenSearch. also, the open search does not show logs of errors.
This is the code:
How can one reproduce the bug?
send multiple requests to the flask server.
What is the expected behavior?
The uWSGI should not crush.
What is your host/environment?
Debian GNU/Linux 9
Do you have any screenshots?
No. the uWSGI just crashes.
Do you have any additional context?
The server runs in a docker container.
The text was updated successfully, but these errors were encountered: