Skip to content

Capture exceptions from requests.posts #41

@UmanShahzad

Description

@UmanShahzad

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:

  • Ensure the error is captured and not thrown if raise_on_fail=False.
  • Check the async handler for similar issues.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions