pub async fn run_due_pass<Context, Queue, BuildContext, BuildFuture>(
queue: &Queue,
registry: &DriverRegistry<Context>,
settings: &SupervisorSettings,
build_context: BuildContext,
) -> Result<SupervisorStats, SupervisorError>Expand description
One supervisor pass: claim due work, evaluate concurrently under renewed leases, commit every command. A failing context factory requeues every claimed item with the failure.