Skip to main content

Module retry

Module retry 

Source
Expand description

Retry classification for ferriskey::ErrorKind.

Shared by ff-server, ff-scheduler, ff-sdk so a single table decides what’s retryable. Kept here (not ff-core) because ferriskey::ErrorKind lives in the transport client; ff-core is kept transport-free.

Functions§

is_retryable_kind
Classify a ferriskey ErrorKind as retryable by the caller.
kind_to_stable_str
Map a ferriskey ErrorKind to a stable, snake_case wire string.