12345678910111213141516171819202122232425 |
- {
- "methodConfig": [{
- "name": [
- { "service": "google.cloud.batch.v1.BatchService", "method": "ListJobs" },
- { "service": "google.cloud.batch.v1.BatchService", "method": "ListTasks" },
- { "service": "google.cloud.batch.v1.BatchService", "method": "GetJob" },
- { "service": "google.cloud.batch.v1.BatchService", "method": "GetTask" }
- ],
- "timeout": "60s",
- "retryPolicy": {
- "maxAttempts": 5,
- "initialBackoff": "1s",
- "maxBackoff": "10s",
- "backoffMultiplier": 1.3,
- "retryableStatusCodes": ["UNAVAILABLE"]
- }
- },
- {
- "name": [
- { "service": "google.cloud.batch.v1.BatchService", "method": "CreateJob" },
- { "service": "google.cloud.batch.v1.BatchService", "method": "DeleteJob" }
- ],
- "timeout": "60s"
- }]
- }
|