Django app to run database liveness probe in a Kubernetes project
Stars
42
Forks
11
Watchers
42
Open Issues
2
Overall repository health assessment
No package.json found
This might not be a Node.js project
Replace SELECT 1 with database-independent `is_usable()`
a0562f6View on GitHubAdd a --command argument, allowing to directly call a Django command when databases are ready, without patching the command itself and without loading the django machinery twice.
db5dcc3View on GitHubAdd a --command argument, allowing to directly call a Django command when databases are ready, without patching the command itself and without loading the django machinery twice.
0e2eafbView on GitHub