Hi All, I have a YAML blueprint with a DynamicCluster of entities which require that I de-register failed entities with the remaining nodes (probably though an ssh command). I have a ServiceReplacer but it just seems to add a new entity.
I don't want to use the stop command to do this as the node may be stopped without needing to be de-registered, the node itself may no longer be reachable and the code should execute on the remaining nodes rather than the failed one anyway. Does anyone know of a good way to achieve this? Many thanks Duncan
