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<()>Expand description
Insert a new job with full canonical retry lineage.