Debugging and improvements

This commit is contained in:
Loic Guegan 2023-08-10 14:21:39 +02:00
parent d489fa8d6d
commit ce5597547c
4 changed files with 21 additions and 9 deletions

View file

@ -28,4 +28,9 @@ LOG_INTERVAL=20
# KEY is attached to all the messages published to the subscriber
# It allows you to filter the messages on the publisher
# if you are using multiple monitoring nodes (multiple publishers)
KEY=node1
KEY=node1
# MAX_QUEUE Maximum number of queues to use per publisher.
# It allows the zmq thread to send the power measurements to the subscriber meanwhile
# other measurements are collected. If only 1 queue is used, power measurements can
# potentially be missing since parallelism is broken.
MAX_QUEUE=2