Skip to content

Commit

Permalink
fix: retry configuration for IngestAsset
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 606688712
  • Loading branch information
Google APIs authored and Copybara-Service committed Feb 13, 2024
1 parent 052235f commit 89faaa8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions google/cloud/asset/v1/cloudasset_grpc_service_config.json
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,23 @@
"UNAVAILABLE"
]
}
},
{
"name": [
{
"service": "google.cloud.asset.v1.AssetService",
"method": "IngestAsset"
}
],
"timeout": "60s",
"retryPolicy": {
"initialBackoff": "0.100s",
"maxBackoff": "60s",
"backoffMultiplier": 1.3,
"retryableStatusCodes": [
"UNAVAILABLE"
]
}
}
]
}

0 comments on commit 89faaa8

Please sign in to comment.