-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
enhancementNew feature or requestNew feature or request
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request