OptionalattemptsMaximum total attempts, including the first attempt.
OptionaldelayDelay between attempts for fixed retry policies.
OptionalfactorExponential multiplier. Defaults to 2.
OptionalinitialInitial delay for exponential retry policies.
OptionaljitterWhether adapters that compute delays should add jitter.
OptionalmaxMaximum delay for exponential retry policies.
OptionalretryOptional app-owned retry classifier.
OptionalstrategyRetry strategy. Raw objects without a strategy default to exponential
backoff so existing { attempts } style definitions stay meaningful.
Retry metadata that durable job providers can map to their own retry model.