Skip to content

Commit 3061b7d

Browse files
authored
Merge pull request #157 from hotdata-dev/worktree-sharded-puzzling-pebble
feat: auto-retry on server overload via hotdata SDK 0.3.0
2 parents 098e45a + 92f6a90 commit 3061b7d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ path = "src/main.rs"
1616
# behind a shared multi-thread tokio runtime. The `arrow` feature backs result
1717
# decode; `upload_stream` carries `content_length` (sized body, not chunked, so
1818
# the server can fast-fail an oversized upload — see src/sdk.rs::Api::upload_stream).
19-
hotdata = { version = "0.2.0", features = ["arrow"] }
19+
hotdata = { version = "0.3.0", features = ["arrow"] }
2020
# Shared multi-thread runtime for the sync wrapper; block_on is called
2121
# concurrently from rayon worker threads (see src/indexes.rs). `sync` backs the
2222
# mpsc channel that bridges the blocking upload reader into an async byte stream.

0 commit comments

Comments
 (0)