Skip to content
  • Millian Poquet's avatar
    [code] also use redis info to check conflict · bf2bb913
    Millian Poquet authored
    Only the batsim port was used to check if two batsim instances are in
    conflict.
    
    This commit makes this a little more robust.
    - Should not fail if the port cannot be parsed. This can happen with
    non-tcp ZMQ endpoints.
    - Should now check that redis prefixes are distinct for instances using
    redis on the same redis server.
    bf2bb913