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
// TODO: return nil, fmt.Errorf("unable to create work journal entry for job ID %s work request ID %s: %w", request.GetJobId(), request.GetRequestId(), err)
312
+
w.log.Error("unable to create work journal entry for wor request wait queue", zap.Error(err), zap.Any("jobID", request.GetJobId()), zap.Any("workID", request.GetRequestId()))
313
+
status.SetState(flex.Work_FAILED)
314
+
status.SetMessage("unable to generate database key for work request wait queue for job ID "+request.GetJobId() +": "+err.Error())
0 commit comments