Skip to content

update README to reflect the backoff duration accurately. #18

@le-cong

Description

@le-cong

currently we have '...with an exponential backoff of (2^retries * 100) milliseconds per retry with full jitter', which should be 2^(retries-1) * 100. we should update it and maybe give a comment example for the overall duration to make it easier to estimate.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions