You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To use Health Check Subsets, Specify a subset name and associate it with the relevant health check services to utilize Health Check Subsets. (New in version 3.18.0)
106
+
107
107
```python
108
108
HEALTH_CHECK= {
109
109
# .....
@@ -117,6 +117,7 @@ To use Health Check Subsets, Specify a subset name and associate it with the rel
117
117
```
118
118
119
119
To add checks on a specific database, it's possible to parameterize `DatabaseBackend` to use a specific database:
120
+
120
121
```python
121
122
HEALTH_CHECK= {
122
123
# .....
@@ -131,6 +132,7 @@ To add checks on a specific database, it's possible to parameterize `DatabaseBac
131
132
```
132
133
133
134
To only execute specific subset of health check
135
+
134
136
```shell
135
137
curl -X GET -H "Accept: application/json" http://www.example.com/ht/startup-probe/
0 commit comments