We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Sounds like a timout of 10seconds. In the logs I see some calls answering in more that 10 seconds, so it could be linked to NGINX of FASTAPI
link deepset-ai/haystack#1228
The text was updated successfully, but these errors were encountered:
First hint: the RequestLimiter in haystack seems to responds 503 errors with "The server is busy processing requests."
Step to reproduce: I launched 4 parallel curl with tmux: https://asciinema.org/a/Ov6d1NmzTzv6tPRXcKInm6pcS
I found a hardcoded value of 4 parallel requests:
concurrency_limiter = RequestLimiter(4) in haystack/rest_api/controller/search.py
concurrency_limiter = RequestLimiter(4)
Sorry, something went wrong.
created this issue in Haystack : deepset-ai/haystack#1229
No branches or pull requests
Sounds like a timout of 10seconds. In the logs I see some calls answering in more that 10 seconds, so it could be linked to NGINX of FASTAPI
link deepset-ai/haystack#1228
The text was updated successfully, but these errors were encountered: