frostfs-node/cmd/frostfs-cli/internal/client
Aleksey Savchuk 6f798b9c4b [#1441] cli: Use grpc.WaitForReady while initializing SDK client
Before, when the target RPC server was unavailable, requests made
by CLI didn't wait for a timeout specified by the `--timeout` option
if the timeout was more than 20 seconds. It's because of the gRPC
default backoff strategy. Adding this option fixes that behavior.

Signed-off-by: Aleksey Savchuk <a.savchuk@yadro.com>
2024-10-23 11:45:44 +00:00
..
client.go [#1388] cli: Drop unused flag/parameter 2024-09-25 08:55:38 +00:00
doc.go [#1] Fix project name in comments here and there 2023-02-06 17:41:14 +03:00
prm.go Rename package name 2023-03-07 16:38:26 +03:00
sdk.go [#1441] cli: Use grpc.WaitForReady while initializing SDK client 2024-10-23 11:45:44 +00:00