Skip to content

Consider a smaller exponential backoff #582

@shanefontaine

Description

@shanefontaine

Consider a smaller exponential backoff that will allow for up to 90% improvement in most cases where retries occur.

Possible implementation:

  • Maybe update from 1s → 100ms
  • Maybe add variance so that we do not constantly hit rate limits since all are at the exact same time.

Considerations

  • Will a faster backoff actually work against us and cause more rate limits?

Reference

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions