Skip to content
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

Health check #242

Open
tchukuchuk opened this issue Jun 13, 2024 · 2 comments
Open

Health check #242

tchukuchuk opened this issue Jun 13, 2024 · 2 comments

Comments

@tchukuchuk
Copy link

Hi
I would like to implement an health check for Solid Queue, but it seems difficult to check pidfile of the supervisor in a container context.
I am wondering if the polling of SolidQueue::Process#last_heartbeat_at column should the good way to check health of Solid Queue, what do you think of it ?

Thanks.

@rosa
Copy link
Member

rosa commented Aug 24, 2024

Hey @tchukuchuk, so sorry for the delay! I totally missed this one 😓

The last_heartbeat_at column could work if you check a single supervisor, but I'm planning to provide some more useful hooks as part of #179 (comment), in case you wanted this for readiness status.

@rosa
Copy link
Member

rosa commented Sep 2, 2024

Thanks for your patience! Here's what I added to help with k8s readiness status: #317. Would this help in your case?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants