Right we have an http endpoint exposed on the orchestrator that periodically gets called to verify health/liveness.
Let's investigate using a rabbit for this using TTL on the queue to know if the message has been picked up by a healthy orchestrator. In this case we'd keep everything async and might be able to broadcast across all orchestrators at once
Right we have an http endpoint exposed on the orchestrator that periodically gets called to verify health/liveness.
Let's investigate using a rabbit for this using TTL on the queue to know if the message has been picked up by a healthy orchestrator. In this case we'd keep everything async and might be able to broadcast across all orchestrators at once