Jon Skeet
e6f2d2b99e
Remove retry for UNAVAILABLE on non-idempotent calls
...
Implemented by executing the following command:
find . -name '*_gapic.yaml' | xargs perl -i -p0e 's/- name: non_idempotent\n retry_codes:\n - UNAVAILABLE */- name: non_idempotent\n retry_codes: \[\]/g'
2017-06-05 09:35:47 +01:00
Chris Bacon
affaa1de63
Add static types to spanner admin ( #277 )
...
Except for IAM methods
2017-03-03 15:56:39 +00:00
Jon Skeet
b01f986d34
Allow a status code of UNAVAILABLE to be retried
...
This is applied to the `retry_codes` of every API.
It's only a change for non-idempotent methods; the idempotent
methods already included this in the list.
2017-03-01 20:43:11 +00:00
Luke Sneeringer
4d41b11ed4
Add Spanner ( #256 )
2017-02-14 09:41:59 -08:00