Header menu logo FCQRS

RetrySchedule Type

Retry cadence for a saga expectation (see ).

Union cases

Union case Description

Backoff(Initial, Factor, Max)

Full Usage: Backoff(Initial, Factor, Max)

Parameters:

Re-send with exponential backoff: first after `Initial`, each following interval multiplied by `Factor`, capped at `Max`. A stretch-only jitter of up to +25% is applied to every wake so many sagas released by one infrastructure blip do not retry in lockstep.

Initial : TimeSpan
Factor : float
Max : TimeSpan

FixedInterval TimeSpan

Full Usage: FixedInterval TimeSpan

Parameters:

Re-send at a fixed interval.

Item : TimeSpan

Instance members

Instance member Description

this.IsBackoff

Full Usage: this.IsBackoff

Returns: bool
Returns: bool

this.IsFixedInterval

Full Usage: this.IsFixedInterval

Returns: bool
Returns: bool

Type something to start searching.