Skip to content

Commit

Permalink
perf(pubsub): Update network configuration
Browse files Browse the repository at this point in the history
pr: #4408
  • Loading branch information
yoshi-automation authored and blowmage committed Nov 14, 2019
1 parent 3848ffd commit e38c1a7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
"max_retry_delay_millis": 60000,
"initial_rpc_timeout_millis": 5000,
"rpc_timeout_multiplier": 1.3,
"max_rpc_timeout_millis": 600000,
"total_timeout_millis": 600000
"max_rpc_timeout_millis": 60000,
"total_timeout_millis": 60000
}
},
"methods": {
Expand All @@ -57,9 +57,9 @@
"retry_codes_name": "publish",
"retry_params_name": "messaging",
"bundling": {
"element_count_threshold": 10,
"element_count_threshold": 100,
"element_count_limit": 1000,
"request_byte_threshold": 1024,
"request_byte_threshold": 1048576,
"request_byte_limit": 10485760,
"delay_threshold_millis": 10
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@
"non_idempotent": [
"UNAVAILABLE"
],
"none": []
"streaming_pull": [
"ABORTED",
"DEADLINE_EXCEEDED",
"INTERNAL",
"RESOURCE_EXHAUSTED",
"UNAVAILABLE"
]
},
"retry_params": {
"default": {
Expand Down Expand Up @@ -84,7 +90,7 @@
},
"StreamingPull": {
"timeout_millis": 900000,
"retry_codes_name": "none",
"retry_codes_name": "streaming_pull",
"retry_params_name": "streaming_messaging"
},
"ModifyPushConfig": {
Expand Down
10 changes: 5 additions & 5 deletions google-cloud-pubsub/synth.metadata
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
{
"updateTime": "2019-09-24T10:40:49.827783Z",
"updateTime": "2019-11-13T11:42:33.297572Z",
"sources": [
{
"generator": {
"name": "artman",
"version": "0.37.0",
"dockerImage": "googleapis/artman@sha256:0f66008f69061ea6d41499e2a34da3fc64fc7c9798077e3a37158653a135d801"
"version": "0.41.1",
"dockerImage": "googleapis/artman@sha256:545c758c76c3f779037aa259023ec3d1ef2d57d2c8cd00a222cb187d63ceac5e"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "cc332bd19c2dd9640b025e5693e83a1b428d5dff",
"internalRef": "270834186"
"sha": "88bbf96b90089994ed16208a0f38cdd07f743742",
"internalRef": "280134477"
}
}
],
Expand Down

0 comments on commit e38c1a7

Please sign in to comment.