proto/google/api/servicecontrol/v1/servicecontrol_grpc_service_config.json
huangsimin@fusen.cn c0cbff775f 最新版本
2023-11-27 17:36:02 +08:00

30 lines
588 B
JSON

{
"methodConfig": [
{
"name": [
{
"service": "google.api.servicecontrol.v1.ServiceController",
"method": "Check"
}
],
"timeout": "5s",
"retryPolicy": {
"maxAttempts": 5,
"initialBackoff": "1s",
"maxBackoff": "10s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": ["UNAVAILABLE"]
}
},
{
"name": [
{
"service": "google.api.servicecontrol.v1.ServiceController",
"method": "Report"
}
],
"timeout": "16s"
}
]
}