You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When db or etcd is terminated, the manager continues to retry the connection. However, in this case, an exception message is displayed instead of a log.
When the redis connection is terminated and the manager retries the connection, there is no log indicating when the connection is successfully restored. It is difficult to explicitly know the time of redis reconnection.
Tasks
Ensure that an exception is logged when PostgreSQL or etcd connection retries fail.
When a redis request is retried and successfully completes, log the successful retry event as an info log.
I think it would be better to run a ping request periodically to track the status of the redis server.
Expected Results
Consistent logging of both failure and recovery events, making it easier to track the issues and their resolutions.
Alternative ideas
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered:
Main idea
References
Motivation
Tasks
Expected Results
Alternative ideas
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: