Skip to content

I'm pretty sure this is supposed to be exponential #4

Open
@wparad

Description

@wparad

But here is it multiplicative. Reason and experimentation suggests the formula for the Nth time is:

delay wait = interval Seconds * (backoff rate) ^ (attempt - 1)

image

But we would expect for the 4 attempts to be

> 30 * 5 ** 0
30
> 30 * 5 ** 1
150
> 30 * 5 ** 2
750
> 30 * 5 ** 3
3750

See similar here: https://exponentialbackoffcalculator.com/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions