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
fix: migrate custom_health_checks to django-health-check v4 API
Replace BaseHealthCheckBackend/plugin_dir/MainView with HealthCheck/
HealthCheckView. Switch check_status() to run() and register checks
via HealthCheckView.checks instead of plugin_dir.
Refs: NS-209
0 commit comments