Skip to content

Default retry strategy has a bad upper limit #149

Open
@jadamcrain

Description

@jadamcrain
pub fn default_retry_strategy() -> Box<dyn RetryStrategy> {
    doubling_retry_strategy(Duration::from_millis(1000), Duration::from_secs(60000))
}

This is supposed to go from 1 second to 60 seconds, however, it's going from 1 second to 60,000 seconds which is like 16 hours!!!

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions