Skip to content

Commit

Permalink
🚧 disable grpc-health-probe
Browse files Browse the repository at this point in the history
- failed to download on ci for macosx
- only for manual / occasional run
  • Loading branch information
davidB committed Apr 24, 2024
1 parent f1bd3d4 commit 2bda34f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .mise.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ ASDF_RUST_PROFILE = "minimal"
rust = '1.73.0'
just = '1'
grpcurl = '*'
grpc-health-probe = "*"
# grpc-health-probe = "*"
sccache = "0.5"
cargo-binstall = "latest"

Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ run_example_grpc_server:

run_example_grpc_client:
# grpcurl -plaintext -d '{"service": "healthcheck"}' 127.0.0.1:50051 grpc.health.v1.Health/Check
grpc-health-probe -addr 127.0.0.1:50051
# grpc-health-probe -addr 127.0.0.1:50051
grpcurl -plaintext 127.0.0.1:50051 list
cd examples/grpc; OTEL_SERVICE_NAME=grpc-client cargo run --bin client

Expand Down

0 comments on commit 2bda34f

Please sign in to comment.