Skip to content

Node redis giving Error: Ready check failed: Redis connection gone from close event #725

@PrakashJetty

Description

@PrakashJetty

Hi,

The client started giving the error "Error: Ready check failed: Redis connection gone from close event"
, the same code is running from last june perfectly fine. Two days back due to networking issue redis server went down , then onward we got these messages.Then after sometime we got this message
"[Error: Ready check failed: ERR max number of clients reached]" continuously, when redis boxes were brought back.

We are using one connection per request and closing the connection.

Our view for the second messages continuously coming is that client tries to connect infinite times until get connected ( this I inferred from the documentation), It is strange to me. this is causing the pile up of connection requests overloading redis.

Reason why i am stating this issue is that , there is something wrong i believe the way connection issues are handles , they cannot simply try for infinite no of times effecting cpu.

Also i wanted help in finding out resolving the exact issue here.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions