Skip to main content

Module attempt_timeout

Module attempt_timeout 

Source
Expand description

Attempt timeout scanner.

Iterates ff:idx:{p:N}:attempt_timeout for each partition, finding attempts whose timeout score is <= now. For each, calls FCALL ff_expire_execution which handles all lifecycle phases (active, runnable, suspended) and transitions to terminal(expired).

Reference: RFC-010 §6, function #29c

Structs§

AttemptTimeoutScanner

Functions§

expire_execution_raw
Call ff_expire_execution for one execution.