Skip to main content

Module processor

Module processor 

Source
Expand description

Job processor for executing individual jobs

This module contains the JobProcessor that handles the execution lifecycle of individual jobs, including state transitions and retry logic.

Structs§

JobProcessor
Job processor that executes jobs and manages their lifecycle

Type Aliases§

StateChangeHook
Callback invoked after every persisted job state transition driven by the processor. Receives the job (with its new state already applied), the previous state, and the new state.