agentendpoint_grpc_service_config.json 856 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "methodConfig": [{
  3. "name": [{ "service": "google.cloud.osconfig.agentendpoint.v1.AgentEndpointService" }],
  4. "timeout": "60s",
  5. "retryPolicy": {
  6. "maxAttempts": 5,
  7. "initialBackoff": "1s",
  8. "maxBackoff": "60s",
  9. "backoffMultiplier": 1.3,
  10. "retryableStatusCodes": ["UNAVAILABLE"]
  11. }
  12. },{
  13. "name": [
  14. {
  15. "service": "google.cloud.osconfig.agentendpoint.v1.AgentEndpointService",
  16. "method": "ReceiveTaskNotification"
  17. }
  18. ],
  19. "timeout": "3600s",
  20. "retryPolicy": {
  21. "maxAttempts": 5,
  22. "initialBackoff": "1s",
  23. "maxBackoff": "60s",
  24. "backoffMultiplier": 1.3,
  25. "retryableStatusCodes": [
  26. "DEADLINE_EXCEEDED",
  27. "CANCELLED",
  28. "ABORTED",
  29. "INTERNAL",
  30. "UNAVAILABLE"
  31. ]
  32. }
  33. }]
  34. }