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
The healthcheck!method interacts with Elasticsearch to grant that connections in the pool are good, plus it does a preflight check during register phase.
This led to 4 HTTP calls to Elasticsearch, where some could be collapsed:
The
healthcheck!
method interacts with Elasticsearch to grant that connections in the pool are good, plus it does a preflight check duringregister
phase.This led to 4 HTTP calls to Elasticsearch, where some could be collapsed:
Which could be reduced to only 2 calls:
The text was updated successfully, but these errors were encountered: