Skip to content

H-03: Retry backoff is linear, ignores Retry-After, and has no jitter #3

Description

@hakeemRash

CurlHttpClient.php:183-195 sleeps 100000*attempt microseconds on 429/503 regardless of any Retry-After header. Fix: honor Retry-After, cap it, add exponential backoff with jitter.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Fields

    Priority

    None yet

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions