We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bdb5da5 commit e32e7efCopy full SHA for e32e7ef
src/ghga_service_commons/transports/retry.py
@@ -171,7 +171,7 @@ def _configure_retry_handler(
171
):
172
"""Configure the AsyncRetrying instance that is used for handling retryable responses/exceptions."""
173
return AsyncRetrying(
174
- # reraise=True,
+ reraise=True,
175
retry=(
176
retry_if_exception_type(
177
(
0 commit comments