命中限流之后, 无视重试配置,不进行任何重试
This commit is contained in:
@ -64,6 +64,7 @@ type ResponseCacheInfo struct {
|
||||
}
|
||||
|
||||
const (
|
||||
RequestFailTypeRateLimit = "SEND_REQUEST_RATE_LIMIT" // 发送请求即失败, 命中限流
|
||||
RequestFailTypeSend = "SEND_REQUEST_FAIL" // 发送请求即失败, 问题出现在客户端
|
||||
RequestFailTypeClientRequestInvalidError = "CLIENT_REQUEST_INVALID" // 请求非法
|
||||
RequestFailTypeTimeoutError = "CLIENT_REQUEST_TIMEOUT_ERROR" // 请求失败, 请求超时
|
||||
|
Reference in New Issue
Block a user