It was discovered in #40 that a call to requests.posts in the sync handler was throwing an exception even when raise_on_fail=False.
This behavior can cause the loss of data from successful chunks in a >1000 size batch request if any of the chunks fail because of an error in requests.post.
TODO:
It was discovered in #40 that a call to
requests.postsin the sync handler was throwing an exception even whenraise_on_fail=False.This behavior can cause the loss of data from successful chunks in a >1000 size batch request if any of the chunks fail because of an error in
requests.post.TODO:
raise_on_fail=False.