Skip to content

Added redis connection error handling (GONRG-7597)

Yurii Ruban [EPAM / GCP] requested to merge check-redis-connection into master

Description:

In case of loss of connection between the service and Redis, the processing of requests to the service is delayed, and an error of the type "Command timed out after 30 SECONDS" is received. Added Redis connection error handling. Issue osdu/platform/system/lib/core/os-core-common#72

How to test:

  1. Turn off the Redis.
  2. Get the result of a request to the service without errors.
  3. Check logs with the message "Redis connection is closed."

Changes include:

  • Bugfix (a non-breaking change that solves an issue).

Changes in:

  • GCP
  • Azure
  • AWS
  • IBM
Edited by Riabokon Stanislav(EPAM)[GCP]

Merge request reports