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
{{ message }}
This repository was archived by the owner on Mar 20, 2023. It is now read-only.
aiohttp raises this exception when the server half-closes their end of the socket. I wonder if this is something that is happening when the server closes a keep-alive connection after it's lifetime timeout.
As long as max_retries is not zero (defaults to 3) you should automatically be getting retries on ConnectionErrors, is that the case?
When trying to save many documents to an index I'm running into the occasional disconnect for some reason:
elasticsearch.exceptions.ConnectionError: ConnectionError() caused by: ServerDisconnectedError()
Any way we to remedy this? Not sure why it happens, but setting up a retry on error may help mitigate this error.
The text was updated successfully, but these errors were encountered: