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
Observing this bulk client api call Is there a way to pass any exceptions up or a connections setting I could set so that any potential exceptions with ES bulk API are easier to catch? The ES client does return a response but the mixin class does not return the body for inspection. There is the helpers file bulk function call but it doesn't take a queryset argument and the actions must be built procedurally.
Thanks again for making this library.
The text was updated successfully, but these errors were encountered:
avelis
changed the title
Ability to fail loudly on ES operations in ElasticsearchTypeMixin class
Ability to fail loudly on any ES operation in ElasticsearchTypeMixin class
Feb 19, 2018
Observing this bulk client api call Is there a way to pass any exceptions up or a connections setting I could set so that any potential exceptions with ES bulk API are easier to catch? The ES client does return a response but the mixin class does not return the body for inspection. There is the helpers file bulk function call but it doesn't take a queryset argument and the actions must be built procedurally.
Thanks again for making this library.
The text was updated successfully, but these errors were encountered: