8000 fix[ci]: duckdb download retry logic by joseph-isaacs · Pull Request #6791 · vortex-data/vortex · GitHub
[go: up one dir, main page]

Skip to content

fix[ci]: duckdb download retry logic#6791

Merged
joseph-isaacs merged 3 commits intodevelopfrom
ji/retry-ddb-download
Mar 5, 2026
Merged

fix[ci]: duckdb download retry logic#6791
joseph-isaacs merged 3 commits intodevelopfrom
ji/retry-ddb-download

Conversation

@joseph-isaacs
Copy link
Contributor

No description provided.

Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs joseph-isaacs added the changelog/fix A bug fix label Mar 5, 2026
Signed-off-by: Joe Isaacs <joe.isaacs@live.co.uk>
@joseph-isaacs joseph-isaacs requested a review from 0ax1 March 5, 2026 09:31
}

if attempt < max_retries {
let delay = std::time::Duration::from_secs(2u64.pow(attempt as u32));
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delay seems a bit long though.

@joseph-isaacs joseph-isaacs merged commit 3fd234d into develop Mar 5, 2026
55 of 60 checks passed
@joseph-isaacs joseph-isaacs deleted the ji/retry-ddb-download branch March 5, 2026 11:42