servicecontrol_grpc_service_config.json 407 B

1234567891011121314151617181920
  1. {
  2. "methodConfig": [
  3. {
  4. "name": [
  5. {
  6. "service": "google.api.servicecontrol.v2.ServiceController",
  7. "method": "Check"
  8. }
  9. ],
  10. "timeout": "5s",
  11. "retryPolicy": {
  12. "maxAttempts": 5,
  13. "initialBackoff": "1s",
  14. "maxBackoff": "10s",
  15. "backoffMultiplier": 1.3,
  16. "retryableStatusCodes": ["UNAVAILABLE"]
  17. }
  18. }
  19. ]
  20. }