summaryrefslogtreecommitdiff
path: root/worker.js
diff options
context:
space:
mode:
Diffstat (limited to 'worker.js')
-rw-r--r--worker.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/worker.js b/worker.js
index a6cd6d9..6a7f9ea 100644
--- a/worker.js
+++ b/worker.js
@@ -117,6 +117,8 @@ amqp.connect(RABBITMQ_URI).then(async (rabbit) => {
persistent: true, type: "telemetry",
headers: { notify }
})
+ } else {
+ logger.info("Warning! No data for this phase.", { phase });
}
});
forward_profiler.done("Telemetry splitting");