You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's already Faraday or rack-timeout timeouts that will kick in and
kill the web request, but slow-running Elasticsearch queries from the
admin could run indefinitely inside Elasticsearch. This could compound
performance problems, since the admin interface would timeout, but
slow-running Elasticsearch queries could continue piling up in the
background.
We should make this timeout more configurable and try to better align
the Faraday timeout and rack-timeout (which now I'm not sure is even
working), but this is a quick fix to at least prevent background queries
from piling up and impacting system performance.
0 commit comments