Skip to content

Support custom retry strategies #2

@maxscheijen

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.

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