pub fn is_cancelled(conn: &Connection, job_id: &str) -> Result<bool, Error>
Check if a job has been cancelled (used by executor during execution).