HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

framework needs way to poll redis status and fix problems. #630

Open StevenCTimm opened 2 years ago

StevenCTimm commented 2 years ago

In DE 2.0rc2 there is a failure mode that the redis container can be running but yet it is unresponsive. The framework just goes into a permanent hang. It needs a way to first check that redis is working and exit with the appropriate exception (or just restart it) if it is not.