Skip to content

Commit e32e7ef

Browse files
committed
Revert
1 parent bdb5da5 commit e32e7ef

File tree

1 file changed

+1
-1
lines changed
  • src/ghga_service_commons/transports

1 file changed

+1
-1
lines changed

src/ghga_service_commons/transports/retry.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ def _configure_retry_handler(
171171
):
172172
"""Configure the AsyncRetrying instance that is used for handling retryable responses/exceptions."""
173173
return AsyncRetrying(
174-
# reraise=True,
174+
reraise=True,
175175
retry=(
176176
retry_if_exception_type(
177177
(

0 commit comments

Comments
 (0)