django-probes icon indicating copy to clipboard operation
django-probes copied to clipboard

Support multiple databases

Open bittner opened this issue 5 years ago • 1 comments

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 avatar Dec 11 '19 01:12 bittner

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.

bittner avatar Mar 09 '20 15:03 bittner