CBIIT / bento-icdc-interoperation

2 stars 0 forks source link

redis integration (ICDC-3031) #12

Closed erm156 closed 1 year ago

erm156 commented 1 year ago

JIRA ticket: https://tracker.nci.nih.gov/browse/ICDC-3031

erm156 commented 1 year ago

I'm noticing that the Redis client emits errors continuously when Redis is not available, which causes the app to become unresponsive as you mentioned above. When I try to close/shutdown the Redis client upon encountering an error (Redis unavailable), the entire app crashes. Wrapping this code in a try/catch doesn't seem to make a difference. I've seen other users documenting this error, but haven't found a solution that works for our use case. It could be config-related for the Redis client, or I might need to invoke the client differently.