-
-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[RFC] Adds Ping() to client/scheduler/server #585
Conversation
Right now I'm pushing a task with an empty payload and then I'm ignoring it when I consume it for the sake of health check. Exposing Ping makes it much easier and cleaner health check than my approach. Please consider increasing the priority for this PR if possible. Thank you. |
This would be a huge help in re-establishing connections automatically rather than manually when Redis gets a new IP. Please consider giving this some attention @hibiken |
Source: hibiken#585
@hibiken What can we do to push this along? I need a client.Ping() to be able to integrate into my app's health check metrics. |
We are deploying an asynq queue alongside our services in a Kubernetes cluster, and a readiness check like this would be very helpful to ensure better Pod restarts by the orchestrator. Are we looking to include this with the 0.25 release @hibiken? |
No description provided.