diff options
| author | n1c00o <34602094+n1c00o@users.noreply.github.com> | 2021-08-05 21:26:09 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-05 21:26:09 +0200 |
| commit | c43b7be39fed2743ef27968a3a07677e18fd3c5a (patch) | |
| tree | 2098664deab219eeb45fbf3efd204c2c89b3755a /scripts/health_check.sh | |
| parent | 86785694517718019913eddf5b641daba0580160 (diff) | |
| parent | 64d434e65f950064d4a0a82f7391748b8cdcb7b6 (diff) | |
Merge pull request #2 from n1c00o/snowflake-grpc
merge working gRPC-based Snowflake generator
Diffstat (limited to 'scripts/health_check.sh')
| -rw-r--r-- | scripts/health_check.sh | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
