From 415ac374f0e2ec721c1f35cc106c2b118babe55c Mon Sep 17 00:00:00 2001 From: n1c00o Date: Thu, 5 Aug 2021 15:18:09 +0200 Subject: Add healtch check and required env --- scripts/health_check.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 scripts/health_check.sh (limited to 'scripts/health_check.sh') diff --git a/scripts/health_check.sh b/scripts/health_check.sh new file mode 100644 index 0000000..df89d42 --- /dev/null +++ b/scripts/health_check.sh @@ -0,0 +1,4 @@ +#!/bin/sh + +# requires https://github.com/grpc-ecosystem/grpc-health-probe +grpc_health_probe -addr=\[::1]:50051 -service=clawflake.Clawflake -- cgit v1.2.3