Skip to content

Commit

Permalink
feat: Implement retry for streaming based read (#4683)
Browse files Browse the repository at this point in the history
  • Loading branch information
Xuanwo authored Jun 3, 2024
1 parent 54b98be commit 5eadb28
Show file tree
Hide file tree
Showing 8 changed files with 241 additions and 378 deletions.
29 changes: 2 additions & 27 deletions bin/oay/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions bin/ofs/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions bin/oli/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion core/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ async-tls = { version = "0.13.0", optional = true }
# Required dependencies
anyhow = { version = "1.0.30", features = ["std"] }
async-trait = "0.1.68"
backon = "0.4.3"
backon = "0.4.4"
base64 = "0.22"
bytes = "1.6"
chrono = { version = "0.4.28", default-features = false, features = [
Expand Down
Loading

0 comments on commit 5eadb28

Please sign in to comment.