Skip to content

Allow to configure timeout settings in OpenDAL#91

Closed
vovacf201 wants to merge 2 commits into
mainfrom
volodymyr/timeout-layer-1
Closed

Allow to configure timeout settings in OpenDAL#91
vovacf201 wants to merge 2 commits into
mainfrom
volodymyr/timeout-layer-1

Conversation

@vovacf201

Copy link
Copy Markdown
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)

Which issue does this PR close?

  • Closes #.

What changes are included in this PR?

Are these changes tested?

  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)
@Li0k

Li0k commented Nov 10, 2025

Copy link
Copy Markdown

Hi, @vovacf201 . We're currently based on the default branch dev_rebase_main_20250325. please submit your PR to this branch, thanks.

@vovacf201 vovacf201 changed the base branch from main to dev_rebase_main_20250325 November 10, 2025 08:36
@vovacf201 vovacf201 changed the base branch from dev_rebase_main_20250325 to main November 10, 2025 08:37
@vovacf201 vovacf201 closed this Nov 10, 2025
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