Skip to main content

decode_internal_eval_schedule

Function decode_internal_eval_schedule 

Source
fn decode_internal_eval_schedule(
    flow_options: &mut HashMap<String, String>,
) -> Result<Option<FlowScheduleConfig>, Error>
Expand description

Decode typed schedule config from the internal transient key emitted by metasrv. Malformed JSON is an internal error rather than a reason to silently fall back.