Skip to content

Retry on network error#94

Merged
yhoztak merged 2 commits into
mainfrom
retry_on_network_error
Jun 1, 2026
Merged

Retry on network error#94
yhoztak merged 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.

Copy link
Copy Markdown
Contributor

@asadeddin asadeddin left a comment

Choose a reason for hiding this comment

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

LGTM

Copy link
Copy Markdown
Member

@Ibrahimrahhal Ibrahimrahhal left a comment

Choose a reason for hiding this comment

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

LGTM

@yhoztak yhoztak merged commit 071d771 into main Jun 1, 2026
17 checks passed
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.

3 participants