Skip to main content

insert_job_full

Function insert_job_full 

Source
pub fn insert_job_full(
    conn: &Connection,
    job_id: &str,
    priority: i32,
    data: &Value,
    trace_id: Option<&str>,
    attempt_id: Option<&str>,
    trial_id: Option<&str>,
) -> Result<(), Error>
Expand description

Insert a new job with full canonical retry lineage.