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 #4

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from
Open

Health check #4

wants to merge 4 commits into from

Conversation

kasperg
Copy link
Contributor

@kasperg kasperg commented Jan 3, 2024

No description provided.

This seems to be the most popular package for handling health checks
with support for many of the services that we use e.g. Redis, RabbitMQ
etc.

Health checks are important for supporting external monitoring.

This is the result of running composer require liip/monitor-bundle and
executing the related recipe.
We simply query the cluster health endpoint for the index. 

Wait for yellow status and set a low timeout to let it return somewhat
quickly and allow for some leniency.
We need to add the php-amqplib package even though we have the PHP
AMPQ extension enabled.
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

Successfully merging this pull request may close these issues.

1 participant