Skip to main content

route_job

Function route_job 

Source
pub fn route_job(
    inputs: &RoutingInputs,
    policy: &RoutingPolicy,
) -> RoutingDecision
Expand description

Decide where a curated job should run.

A pure function of (RoutingInputs, RoutingPolicy) implementing the privacy-first, fail-closed ordering documented at the module level. See the module docs for the full rule list and its rationale.