phoerious commented on pull request #15931: URL: https://github.com/apache/beam/pull/15931#issuecomment-996858759
I added one more commit that adjusts the general exception / error handling. Previously, the code threw an (unrelated) exception for any error that is not an HTTP error, such as a connection or intermittent read error. Since those are errors you want to retry, I adjusted the `except` clauses and the retry exception filter accordingly (and even if you didn't care about those errors, you wouldn't want to raise a `KeyError`). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
