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
Why these changes are being introduced:
We had set an env-configurable long timeout on only the bulk_index
request because that one often takes quite a while. Other endpoints
hadn't presented slow responses until recently, but after getting read
timeouts for the create_index request (which has a default timeout
of 10 seconds), we decided to use the configured timeout and retry
values for all requests.
How this addresses that need:
* Moves retry and timeout configurations to OpenSearch client
configuration instead of individual request functions, so they apply
to all requests.
Relevant ticket(s):
* https://mitlibraries.atlassian.net/browse/TIMX-137
0 commit comments