Skip to content

Added check redis connection (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 health checks. Issue #72

How to test:

  1. Choose a service with core common lib.
  2. Сheck service viability.
  3. Turn off the Radis.
  4. Get the result of a request to the service without errors.
  5. 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 Yurii Ruban [EPAM / GCP]

Merge request reports