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
would be nice, but i think it would need a bit of refactor. Currently the call to max_retry is processed in streaming_bulk(), but it should be moved to the inner function _process_bulk_chunk() to do so
You can now configured your client to have a max_retries value via .options(max_retries=...) and pass that client to parallel_bulk. Going to close this one.
parallel_bulk does not have max_retries parameter like other methods (streaming_bulk) does.
Please kindly consider adding it.
The text was updated successfully, but these errors were encountered: