You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
h.l.Error(fmt.Sprintf("error getting third party sensor status for project: %s, job: %s, resourceURN: %s, err: %s", string(projectName), string(jobName), resourceURN.String(), err.Error()))
h.l.Error(fmt.Sprintf("error getting third party sensor status for project: %s, job: %s, resourceURN: %s, log: %v", string(projectName), string(jobName), resourceURN.String(), completenessLog))
returnnil, errors.NotFound(scheduler.EntityReplay, fmt.Sprintf("no replay run found for job %s at scheduled time %s", jobName, scheduledAt.Format(time.RFC3339)))
288
+
}
289
+
returnnil, errors.Wrap(scheduler.EntityReplay, "unable to get replay run by scheduled time", err)
0 commit comments