executions_grpc_service_config.json 682 B

1234567891011121314151617181920212223
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.workflows.executions.v1beta", "method": "ListExecutions"},
  5. { "service": "google.cloud.workflows.executions.v1beta", "method": "GetExecution"}
  6. ],
  7. "timeout": "60s",
  8. "retryPolicy": {
  9. "maxAttempts": 5,
  10. "initialBackoff": "1s",
  11. "maxBackoff": "60s",
  12. "backoffMultiplier": 1.3,
  13. "retryableStatusCodes": ["UNAVAILABLE"]
  14. }
  15. },
  16. {
  17. "name": [
  18. { "service": "google.cloud.workflows.executions.v1beta", "method": "CreateExecution" },
  19. { "service": "google.cloud.workflows.executions.v1beta", "method": "CancelExecution" }
  20. ],
  21. "timeout": "60s"
  22. }]
  23. }