Skip to content

Commit

Permalink
fix: retry PartitionQuery for INTERNAL and DEADLINE_EXCEEDED (#1336)
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 337565369

Source-Author: Google APIs <noreply@google.com>
Source-Date: Fri Oct 16 13:17:26 2020 -0700
Source-Repo: googleapis/googleapis
Source-Sha: 4f3ef93916730f1639179ad623c65279ff5799e7
Source-Link: googleapis/googleapis@4f3ef93
  • Loading branch information
yoshi-automation committed Oct 19, 2020
1 parent 39a30c2 commit fdf5462
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions dev/src/v1/firestore_client_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@
"retry_params_name": "default"
},
"PartitionQuery": {
"timeout_millis": 60000,
"retry_codes_name": "unavailable",
"timeout_millis": 300000,
"retry_codes_name": "deadline_exceeded_internal_unavailable",
"retry_params_name": "default"
},
"Write": {
Expand Down
6 changes: 3 additions & 3 deletions synth.metadata
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@
"git": {
"name": ".",
"remote": "https://github.com/googleapis/nodejs-firestore.git",
"sha": "ca2433ff2910b50c5c7b8268ae43469331309e83"
"sha": "39a30c24a54078e53ad9c746ee8ae5a4a9471349"
}
},
{
"git": {
"name": "googleapis",
"remote": "https://github.com/googleapis/googleapis.git",
"sha": "610bf8f0262846bd1bc045a2913631c00e5e0199",
"internalRef": "335655077"
"sha": "4f3ef93916730f1639179ad623c65279ff5799e7",
"internalRef": "337565369"
}
},
{
Expand Down

0 comments on commit fdf5462

Please sign in to comment.