batch_v1_grpc_service_config.json 794 B

12345678910111213141516171819202122232425
  1. {
  2. "methodConfig": [{
  3. "name": [
  4. { "service": "google.cloud.batch.v1.BatchService", "method": "ListJobs" },
  5. { "service": "google.cloud.batch.v1.BatchService", "method": "ListTasks" },
  6. { "service": "google.cloud.batch.v1.BatchService", "method": "GetJob" },
  7. { "service": "google.cloud.batch.v1.BatchService", "method": "GetTask" }
  8. ],
  9. "timeout": "60s",
  10. "retryPolicy": {
  11. "maxAttempts": 5,
  12. "initialBackoff": "1s",
  13. "maxBackoff": "10s",
  14. "backoffMultiplier": 1.3,
  15. "retryableStatusCodes": ["UNAVAILABLE"]
  16. }
  17. },
  18. {
  19. "name": [
  20. { "service": "google.cloud.batch.v1.BatchService", "method": "CreateJob" },
  21. { "service": "google.cloud.batch.v1.BatchService", "method": "DeleteJob" }
  22. ],
  23. "timeout": "60s"
  24. }]
  25. }