Skip to main content
Language reference / backoff_strategy

Meaning and placement

retry

Which curve the delay follows between attempts · fixed · linear · exponential · default exponential. Each attempt waits backoff_ms flat, backoff_ms × attempt, or backoff_ms × 2^(attempt-1) capped at backoff_max_ms. In the same object: backoff_max_ms · backoff_ms · jitter · max_attempts · on_codes Schema source (use the pointer above)

In a source template

Excerpt from templates/fanout.nika.yaml, source lines 121–130. This is a fragment, not a runnable workflow.
illustration

Templates containing this field

These are literal key occurrences in the source files, not an execution or conformance claim. How to instantiate a template.

Contract and implementation

This page projects the named specification revision. Check released engine status and the validation workflow before running a file. An optional field is not evidence that every engine supports every value. Canonical identity: language:word:backoff_strategy. Spec revision: c5ebbb7b862b. How documentation stays connected.