Skip to content

Support custom retry strategies #2

Description

@maxscheijen

Description:

Allow users to plug in their own retry/backoff strategies beyond exponential.

For example:

  • Fibonacci backoff
  • Linear backoff
  • Custom callable for delay calculation

Acceptance Criteria:

  • Accepts a strategy parameter or callable to compute next delay.
  • Includes at least one built-in alternative (e.g., Fibonacci).
  • Document how to implement custom strategies.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions