Skip to content

Add timeout and cancellation support #3

@maxscheijen

Description

@maxscheijen

Description:

Introduce support for timeouts and external cancellation signals in retry logic. This prevents retries from continuing indefinitely when an operation should be aborted.

Acceptance Criteria:

  • Optional timeout argument: stop retrying after N seconds.
  • Support for a cancellation token/event (or similar pattern).
  • Tests for both timeout and cancellation cases.

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