django-probes
django-probes copied to clipboard
Support multiple databases
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.
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.