Skip to content

Commit 68e5584

Browse files
chore: [Spanner] adjust initial_poll_delay for CreateDatabase and UpdateDatabaseDdl LRO operations (googleapis#8853)
* chore: adjust initial_poll_delay for CreateDatabase and UpdateDatabaseDdl LRO operations PiperOrigin-RevId: 853884590 Source-Link: googleapis/googleapis@136a2c4 Source-Link: https://github.com/googleapis/googleapis-gen/commit/d96d296df50b50ed4018bcd402399593b1bfb45a Copy-Tag: eyJwIjoiU3Bhbm5lci8uT3dsQm90LnlhbWwiLCJoIjoiZDk2ZDI5NmRmNTBiNTBlZDQwMThiY2Q0MDIzOTk1OTNiMWJmYjQ1YSJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 34a6b14 commit 68e5584

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Spanner/src/Admin/Database/V1/resources/database_admin_descriptor_config.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
'longRunning' => [
6666
'operationReturnType' => '\Google\Cloud\Spanner\Admin\Database\V1\Database',
6767
'metadataReturnType' => '\Google\Cloud\Spanner\Admin\Database\V1\CreateDatabaseMetadata',
68-
'initialPollDelayMillis' => '20000',
68+
'initialPollDelayMillis' => '1000',
6969
'pollDelayMultiplier' => '1.5',
7070
'maxPollDelayMillis' => '45000',
7171
'totalPollTimeoutMillis' => '86400000',
@@ -123,7 +123,7 @@
123123
'longRunning' => [
124124
'operationReturnType' => '\Google\Protobuf\GPBEmpty',
125125
'metadataReturnType' => '\Google\Cloud\Spanner\Admin\Database\V1\UpdateDatabaseDdlMetadata',
126-
'initialPollDelayMillis' => '20000',
126+
'initialPollDelayMillis' => '1000',
127127
'pollDelayMultiplier' => '1.5',
128128
'maxPollDelayMillis' => '45000',
129129
'totalPollTimeoutMillis' => '86400000',

0 commit comments

Comments
 (0)