We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 250f755 commit 67189cdCopy full SHA for 67189cd
src/bitdrift_public/protobuf/client/v1/api.proto
@@ -468,6 +468,9 @@ message ErrorShutdown {
468
469
// The message that would have been sent in trailers.
470
string grpc_message = 2;
471
+
472
+ // Optional minimum retry backoff duration that the client should adhere to.
473
+ google.protobuf.Duration retry_after = 3;
474
}
475
476
// Called by the server to tell the client to flush a set of owned buffers. When this command is
0 commit comments