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 3347719 commit 0503d1dCopy full SHA for 0503d1d
src/ghga_service_commons/transports/config.py
@@ -55,7 +55,7 @@ class RetryTransportConfig(BaseSettings):
55
exponential_backoff_max: NonNegativeInt = Field(
56
default=60,
57
description="Maximum number of seconds to wait between retries when using"
58
- + "exponential backoff retry strategies. The client timeout might need to be adjusted accoringly.",
+ + " exponential backoff retry strategies. The client timeout might need to be adjusted accordingly.",
59
)
60
max_retries: NonNegativeInt = Field(
61
default=3, description="Number of times to retry failed API calls."
0 commit comments