@event-driven-platform/retry
v0.0.4
Published
Retry policy and delay strategy contracts for event-driven platform Commands.
Readme
@event-driven-platform/retry
Defines retry policies that a Command can request from Runner.
Installation
pnpm add @event-driven-platform/retryAPI
RetryOptions— Command retry configuration.RetryStrategy— retry strategy contract.FixedRetryStrategyandExponentialRetryStrategy— supported strategy shapes.DefaultFixedRetryStrategyFactoryandDefaultExponentialRetryStrategyFactory— default factories.
Role
Retry is execution policy, not Operation behavior. Runner interprets retry options and controls attempts; Operations and handlers do not implement retry loops.
