Skip to main content

record_execution

Function record_execution 

Source
pub fn record_execution(
    queue_name: &str,
    task_name: &str,
    outcome: &'static str,
    duration: Duration,
)