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 support for database specific health checks #431

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

HanaPoulpe
Copy link

Enables parameterised DatabaseBackend with specific database name like DatabaseBackend[secondary].

Larger Django application can use specific databases to handle specific part of the application, some database might be required at application start-up while other are only used by non-vital part of the application.

This change allow a database per database health check configuration.

Part 1 of 3 for Support multi Database Health Checks

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