Skip to content

Commit 74b8df6

Browse files
authored
[feat](proto) Add busy error code for MS (#61514)
1 parent 42e9f65 commit 74b8df6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

gensrc/proto/cloud.proto

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,10 @@ enum MetaServiceCode {
18391839
STREAMING_JOB_PROGRESS_NOT_FOUND = 5006;
18401840

18411841
// Rate limit
1842+
// Request is rejected by the RPC-specific QPS limiter.
18421843
MAX_QPS_LIMIT = 6001;
1844+
// Request is rejected by the MetaService-wide rate limiter instead of a single RPC limiter.
1845+
MS_TOO_BUSY = 6002;
18431846

18441847
ERR_ENCRYPT = 7001;
18451848
ERR_DECPYPT = 7002;

0 commit comments

Comments
 (0)