Skip to content

Commit

Permalink
gbif/pipelines#935 Add extra info
Browse files Browse the repository at this point in the history
  • Loading branch information
muttcg committed Oct 23, 2023
1 parent dc017ad commit 8b804f1
Showing 1 changed file with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -396,9 +396,11 @@ public RunPipelineResponse runPipelineAttempt(
errorMessage
.append("Unable to use pipeline step ")
.append(stepName)
.append(" with key ")
.append(step.getKey())
.append(" to rerun pipelines because the message body is empty. Please try running it from the step before or the previous attempt\n");
.append(", attempt ")
.append(attempt)
.append(", execution key ")
.append(lastestExecution.getKey())
.append(", to rerun pipelines because the message body is empty. Please try running it from the step before or the previous attempt\n");
} else {
try {
PipelineBasedMessage message = null;
Expand Down

0 comments on commit 8b804f1

Please sign in to comment.