Skip to content

Commit

Permalink
fix: increase timeout for ClusterController in v1 (#36)
Browse files Browse the repository at this point in the history
* fix: dataproc/v1 raise timeouts in gapic v2

PiperOrigin-RevId: 314840739

Source-Author: Google APIs <noreply@google.com>
Source-Date: Thu Jun 4 18:03:14 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 150cfa0d994f9656c57eb4ed50f49c2f2add93f2
Source-Link: googleapis/googleapis@150cfa0
  • Loading branch information
yoshi-automation authored Jun 5, 2020
1 parent 608d368 commit ce0e5f1
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"initial_retry_delay_millis": 100,
"retry_delay_multiplier": 1.3,
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 10000,
"initial_rpc_timeout_millis": 30000,
"rpc_timeout_multiplier": 1.0,
"max_rpc_timeout_millis": 10000,
"max_rpc_timeout_millis": 30000,
"total_timeout_millis": 300000,
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -435,8 +435,9 @@ message SparkRJob {

// A Dataproc job for running [Presto](https://prestosql.io/) queries.
// **IMPORTANT**: The [Dataproc Presto Optional
// Component](/dataproc/docs/concepts/components/presto) must be enabled when
// the cluster is created to submit a Presto job to the cluster.
// Component](https://cloud.google.com/dataproc/docs/concepts/components/presto)
// must be enabled when the cluster is created to submit a Presto job to the
// cluster.
message PrestoJob {
// Required. The sequence of Presto queries to execute, specified as
// either an HCFS file URI or as a list of queries.
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/google-cloud-dataproc/synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "3a4894c4f0da3e763aca2c67bd280ae915177450",
"internalRef": "314363155"
"sha": "cd804bab06e46dd1a4f16c32155fd3cddb931b52",
"internalRef": "314879617"
}
},
{
Expand Down

0 comments on commit ce0e5f1

Please sign in to comment.