pub async fn job_status_handler(
    id: String,
    context: Arc<Mutex<Context>>
) -> Result<impl Reply, Rejection>