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

Support multiple databases #4

Open
bittner opened this issue Dec 11, 2019 · 1 comment
Open

Support multiple databases #4

bittner opened this issue Dec 11, 2019 · 1 comment
Labels
help wanted Extra attention is needed

Comments

@bittner
Copy link
Member

bittner commented Dec 11, 2019

When multiple databases are configured Django will verify only the one configured as 'default'.

We should probably loop over all configured databases, check them in parallel, or provide some way to control which ones should be considered in the connection check.

@bittner bittner added the help wanted Extra attention is needed label Dec 11, 2019
@bittner
Copy link
Member Author

bittner commented Mar 9, 2020

Choosing which database should be checked for (i.e. overriding the "default" database) is now possible. What we may still want to add now is:

  • When several databases are defined in the Django settings check them all in parallel.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant