Skip to content

Add support for retrying http downloads#5

Open
optiz0r wants to merge 2 commits into
crayfishx:masterfrom
optiz0r:retries
Open

Add support for retrying http downloads#5
optiz0r wants to merge 2 commits into
crayfishx:masterfrom
optiz0r:retries

Conversation

@optiz0r
Copy link
Copy Markdown

@optiz0r optiz0r commented Oct 24, 2025

Retry connection errors and timeouts when making HTTP request. Defaults to 3 retries with linear backoff increasing 1s each retry. retries config parameter can adjust the number of retries attempted, and retry_interval adjusts the backoff multiplier (e.g. setting to 10 would delay the three retries by 10, 20 and 30s each).

Fixes #3

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.

It would nice to have a retry option

1 participant