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

Disabling RabbitMQ Liveness Checks but not Readiness Checks #2552

Open
soframel opened this issue Mar 22, 2024 · 2 comments
Open

Disabling RabbitMQ Liveness Checks but not Readiness Checks #2552

soframel opened this issue Mar 22, 2024 · 2 comments
Labels

Comments

@soframel
Copy link

Hello,

Concerning health checks for rabbitmq connector, could we add a configuration to disable the liveness checks only?
It is currently possible to disable both checks, and since #2326, it is also possible to disable a readiness check, using "health-readiness-enabled". But I did not find any option to disable the liveness check without disabling the readiness check ?

The use case is that in a Kubernetes application (a Quarkus application in my context), I thought that it was better to put checks to external systems only in the readiness check, so that pods are not restarted repeatedly if the external system is down, but only considered as "not ready".

@ozangunalp
Copy link
Collaborator

We are working on a solution to filter health checks in Quarkus with a config. It should land soon.

@soframel
Copy link
Author

Hello, any news on this? Would you have a target release?
Thank you.

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

No branches or pull requests

2 participants