Skip to content

Add a maximum wait time and jitter to event sending retry #338

Description

Automatic retry was added in v0.12.0. If the request fails to send to the collector (status code not 2xx), the payloads can be put back into storage for unlimited retries. Every failure increases the retry delay exponentially, starting from 50ms.

Currently, there is no maximum delay. There's also no randomness (jitter) in the delays. These should be added in.

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood issue for a first time contributor.status:completedCompleted - but might not be released yet.type:enhancementNew features or improvements to existing features.

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions