Mahmoud Youssef
Mahmoud Youssef
@sethmlarson I don't know why you closed the issue, the problem doesn't appear only with testing, it appears also when using uwsgi on multiple workers, parallel connections doesn't seem to...
before running uwsgi I make sure to run `sudo service elasticsearch status` and it is running, after I run uwsgi it fails with the given error, and it shuts down...
before running uwsgi I make sure to run `sudo service elasticsearch status` and it is running, after I run uwsgi it fails with the given error, and it shuts down...
## Configuration sure, I am using uwsgi to serve a flask application with the configuration below ```ini [uwsgi] wsgi-file = wsgi.py callable = app socket = :8080 processes = 4...