Skip to content

Retry on network error#94

Open
yhoztak wants to merge 2 commits into
mainfrom
retry_on_network_error
Open

Retry on network error#94
yhoztak wants to merge 2 commits into
mainfrom
retry_on_network_error

Conversation

@yhoztak
Copy link
Copy Markdown
Contributor

@yhoztak yhoztak commented May 29, 2026

In case of network error, cli should retry following
const RETRY_BACKOFF_SECS: &[u64] = &[1, 2, 4, 8, 16, 32];

instead of giving up right away.

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.

1 participant