Hi, I actually have a problem trying to resolve, If I'm not wrong how QB works were whenever there's a job being initiated, it loops through the whole agents and reupdate the state of all agents which is a massive work in the case of having two consecutive jobs getting initialized.
I was wondering if someone was able to implement maybe a message listener like Kafka or Rabbit MQ? in order to optimize the loop that's happening every time.