-
Notifications
You must be signed in to change notification settings - Fork 42
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: handle internal
send_single_upload_put
exceptions
Instead of failing (and raising) in the case of a request exception (in `send_single_upload_put`) we will now catch the exception, emit warning, and return safely. This is important because the aggregate of all tasks WILL fail if one of the requests fail. Also notice that `httpx.HTTPError` is the base error class for a number of request-related errors, so this covers many of the failure possibilities here
- Loading branch information
1 parent
40483bb
commit 1da13a0
Showing
2 changed files
with
126 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters