Skip to content

Commit

Permalink
add another TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
krusche committed Nov 27, 2024
1 parent badc514 commit fd07957
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@ private void checkAvailabilityAndProcessNextBuild() {
}
else {
// NOTE: we increase the retry count here, because the build job was not processed successfully
// TODO: we should try to run this job on a different build agent to avoid getting the same error again
buildJob = new BuildJobQueueItem(buildJob, new BuildAgentDTO("", "", ""), buildJob.retryCount() + 1);
log.info("Adding build job {} back to the queue with retry count {}", buildJob, buildJob.retryCount());
queue.add(buildJob);
Expand Down

0 comments on commit fd07957

Please sign in to comment.