|
18 | 18 | },
|
19 | 19 | "methods": {
|
20 | 20 | "CreateJob": {
|
21 |
| - "timeout_millis": 60000, |
| 21 | + "timeout_millis": 30000, |
22 | 22 | "retry_codes_name": "non_idempotent",
|
23 | 23 | "retry_params_name": "default",
|
24 | 24 | },
|
25 | 25 | "GetJob": {
|
26 |
| - "timeout_millis": 60000, |
| 26 | + "timeout_millis": 30000, |
27 | 27 | "retry_codes_name": "idempotent",
|
28 | 28 | "retry_params_name": "default",
|
29 | 29 | },
|
30 | 30 | "UpdateJob": {
|
31 |
| - "timeout_millis": 60000, |
| 31 | + "timeout_millis": 30000, |
32 | 32 | "retry_codes_name": "non_idempotent",
|
33 | 33 | "retry_params_name": "default",
|
34 | 34 | },
|
35 | 35 | "DeleteJob": {
|
36 |
| - "timeout_millis": 60000, |
| 36 | + "timeout_millis": 30000, |
37 | 37 | "retry_codes_name": "idempotent",
|
38 | 38 | "retry_params_name": "default",
|
39 | 39 | },
|
40 | 40 | "ListJobs": {
|
41 |
| - "timeout_millis": 60000, |
| 41 | + "timeout_millis": 30000, |
42 | 42 | "retry_codes_name": "idempotent",
|
43 | 43 | "retry_params_name": "default",
|
44 | 44 | },
|
45 | 45 | "BatchDeleteJobs": {
|
46 |
| - "timeout_millis": 60000, |
| 46 | + "timeout_millis": 30000, |
47 | 47 | "retry_codes_name": "non_idempotent",
|
48 | 48 | "retry_params_name": "default",
|
49 | 49 | },
|
50 | 50 | "SearchJobs": {
|
51 |
| - "timeout_millis": 60000, |
| 51 | + "timeout_millis": 30000, |
52 | 52 | "retry_codes_name": "non_idempotent",
|
53 | 53 | "retry_params_name": "default",
|
54 | 54 | },
|
55 | 55 | "SearchJobsForAlert": {
|
56 |
| - "timeout_millis": 60000, |
| 56 | + "timeout_millis": 30000, |
57 | 57 | "retry_codes_name": "non_idempotent",
|
58 | 58 | "retry_params_name": "default",
|
59 | 59 | },
|
60 | 60 | "BatchCreateJobs": {
|
61 |
| - "timeout_millis": 60000, |
| 61 | + "timeout_millis": 30000, |
62 | 62 | "retry_codes_name": "non_idempotent",
|
63 | 63 | "retry_params_name": "default",
|
64 | 64 | },
|
65 | 65 | "BatchUpdateJobs": {
|
66 |
| - "timeout_millis": 60000, |
| 66 | + "timeout_millis": 30000, |
67 | 67 | "retry_codes_name": "non_idempotent",
|
68 | 68 | "retry_params_name": "default",
|
69 | 69 | },
|
|
0 commit comments