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
The situation some times happen. Because of this matter, certain object cannot be indexes. FYI: i am not using celery.
Is there any way to retry indexing until completed. Do you have any idea @vangheem ?
elasticsearch/connection/http_urllib3.py in perform_request at line 103 except UrllibSSLError as e: self.log_request_fail(method, full_url, body, time.time() - start, exception=e) raise SSLError('N/A', str(e), e) except ReadTimeoutError as e: self.log_request_fail(method, full_url, body, time.time() - start, exception=e) raise ConnectionTimeout('TIMEOUT', str(e), e) except Exception as e: self.log_request_fail(method, full_url, body, time.time() - start, exception=e) raise ConnectionError('N/A', str(e), e) if not (200 <= response.status < 300) and response.status not in ignore:
The text was updated successfully, but these errors were encountered:
yes, it would be great to add some retry logic.
Sorry, something went wrong.
No branches or pull requests
The situation some times happen. Because of this matter, certain object cannot be indexes.
FYI: i am not using celery.
Is there any way to retry indexing until completed. Do you have any idea @vangheem ?
The text was updated successfully, but these errors were encountered: