Health Check
DSG has support for health checking through the standard service API health/v1.
Usage
The service is automatically added to the server if you enable it in the gRPC settings :
GRPC_FRAMEWORK = {
"ENABLE_HEALTH_CHECK": True,
}
The default value is False, if you don’t need it, no action is needed.