Skip to content

Commit

Permalink
Update src/main/java/org/datadog/jenkins/plugins/datadog/listeners/Da…
Browse files Browse the repository at this point in the history
…tadogBuildListener.java

Co-authored-by: Nikita Tkachenko <[email protected]>
  • Loading branch information
rahulkaukuntla and nikita-tkachenko-datadog authored Apr 11, 2024
1 parent 27ab2de commit 74687a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ public void onStarted(Run run, TaskListener listener) {
queueInfoAction.setQueueTimeMillis(waitingMs);
}
} else {
// item.getInQueueSince() may raise a NPE if a worker node is spinning up to run the job.
// item may be null if a worker node is spinning up to run the job.
// This could be expected behavior with ec2 spot instances/ecs containers, meaning no waiting
// queue times if the plugin is spinning up an instance/container for one/first job.
logger.warning("Unable to get queue waiting time. " +
Expand Down

0 comments on commit 74687a8

Please sign in to comment.