Skip to content

Conversation

@vovacf201
Copy link
Collaborator

Available Settings for Retry/Timeout

io.retry.max-attempts - Maximum retry attempts (default: 3) 
io.retry.min-delay-ms - Minimum delay between retries (default: 1000) 
io.retry.max-delay-ms - Maximum delay between retries (default: 60000)
io.retry.factor - Exponential backoff factor (default: 2.0) 
io.timeout-ms - Operation timeout in milliseconds (optional, no default)

Available Settings for Retry/Timeout

io.retry.max-attempts - Maximum retry attempts (default: 3)
io.retry.min-delay-ms - Minimum delay between retries (default: 1000)
io.retry.max-delay-ms - Maximum delay between retries (default: 60000)
io.retry.factor - Exponential backoff factor (default: 2.0)
io.timeout-ms - Operation timeout in milliseconds (optional, no default)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants