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

Add a status endpoint that attempts to connect to mysql and fails if the connection pool is full #16

Open
ansell opened this issue Sep 14, 2018 · 0 comments

Comments

@ansell
Copy link
Contributor

ansell commented Sep 14, 2018

Since caching the logger resources paths in nginx has been enabled, the ALA monitoring software will not show when the mysql connection pool fills up, hiding downtime. There needs to be a new status endpoint that attempts to connect to mysql without perform any queries, and immediately returns an error to the request if the connection failed, to enable the monitoring software to flag the events when the mysql connection pool gets full because of full table locks used by backup software.

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

No branches or pull requests

2 participants