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

Extend readinessprobe to show if not-ready state is due to not being able to publish or not being able to subscibe #3

Open
seppelucas opened this issue Sep 17, 2024 · 0 comments

Comments

@seppelucas
Copy link

Natsomatch pods suddenly and temorarily become not ready. and status check returns a 500 code.
it would be nice to know where the error comes from.

currently there is checked on: is_healthy = forever_stats.get_count() > 0 && forever_stats.get_last_publish() < 10;

track data received and published in different stats so the is_health can check on both.

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

1 participant