Newer redis verisons are much stricter on types that are allowed to be put into the database. I have found some list, bool, and Nonetype entries trying to sneak in in hera_snap_redis_monitor.py and have tried to add a block to be robust against these types.
Current check looks like things get plumbed through enough on the corr_cm side. I tried to not change anything in a way that would make corr_cm unhappy.
Still maybe need a full testing run, but have received some data.
Newer redis verisons are much stricter on types that are allowed to be put into the database. I have found some list, bool, and Nonetype entries trying to sneak in in
hera_snap_redis_monitor.py
and have tried to add a block to be robust against these types.Current check looks like things get plumbed through enough on the
corr_cm
side. I tried to not change anything in a way that would makecorr_cm
unhappy.Still maybe need a full testing run, but have received some data.