pub fn insert_job_with_trace( conn: &Connection, job_id: &str, priority: i32, data: &Value, trace_id: Option<&str>, ) -> Result<(), Error>
Insert a new job into the queue with an optional trace ID.