google-cloud-spanner 0.23.0 → 0.23.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 58a2867ec67cc68fb7e895762160e57037f00ca5
4
- data.tar.gz: 12452e56b67a6c1aab33dc22c82367524ab9bf5b
3
+ metadata.gz: 29b075fdb6af42cc1a033f882d34d7301c02926b
4
+ data.tar.gz: 79811ea1ae831a22a4d80a42f224ed634efa5d31
5
5
  SHA512:
6
- metadata.gz: 7aed04532cb3a027b83ee3f07ea5da86a0fa6915b384af19b716b670bd0ce0f09daa4e2a7c8fb14143f2ffda229d3f16bfd89f65e78711eacb5c5d6c0f99e2ba
7
- data.tar.gz: 2ba0d3b5c978d323f4ceebcb7355d28ce013f120a209c8caae4733238fb0a1492b8615dbd573e96857fa3e01f0eee363647b49deab374431b74d49b52dbe550e
6
+ metadata.gz: 47b617c46f0ee156802011477c3c4b17650962d2cbb66f607cff68578b85b3f59e112b099a332b3218c0a817aa744793435b1e41151f3f9a9ba5322b58ae46c4
7
+ data.tar.gz: 7644be7150fce49ef92c8c7ba19cd8f2b37cb2c174d6041fadf5d92a917762479a851d3956c31302a5df9fe5355ecc47516134898718ce609d24310cf3038bcd
@@ -6,7 +6,10 @@
6
6
  "DEADLINE_EXCEEDED",
7
7
  "UNAVAILABLE"
8
8
  ],
9
- "non_idempotent": []
9
+ "non_idempotent": [],
10
+ "long_running": [
11
+ "UNAVAILABLE"
12
+ ]
10
13
  },
11
14
  "retry_params": {
12
15
  "default": {
@@ -17,12 +20,21 @@
17
20
  "rpc_timeout_multiplier": 1.0,
18
21
  "max_rpc_timeout_millis": 60000,
19
22
  "total_timeout_millis": 600000
23
+ },
24
+ "long_running": {
25
+ "initial_retry_delay_millis": 1000,
26
+ "retry_delay_multiplier": 1.3,
27
+ "max_retry_delay_millis": 32000,
28
+ "initial_rpc_timeout_millis": 3600000,
29
+ "rpc_timeout_multiplier": 1.0,
30
+ "max_rpc_timeout_millis": 3600000,
31
+ "total_timeout_millis": 36000000
20
32
  }
21
33
  },
22
34
  "methods": {
23
35
  "CreateSession": {
24
36
  "timeout_millis": 30000,
25
- "retry_codes_name": "non_idempotent",
37
+ "retry_codes_name": "idempotent",
26
38
  "retry_params_name": "default"
27
39
  },
28
40
  "GetSession": {
@@ -37,37 +49,37 @@
37
49
  },
38
50
  "ExecuteSql": {
39
51
  "timeout_millis": 30000,
40
- "retry_codes_name": "non_idempotent",
52
+ "retry_codes_name": "idempotent",
41
53
  "retry_params_name": "default"
42
54
  },
43
55
  "ExecuteStreamingSql": {
44
- "timeout_millis": 30000,
56
+ "timeout_millis": 3600000,
45
57
  "retry_codes_name": "non_idempotent",
46
58
  "retry_params_name": "default"
47
59
  },
48
60
  "Read": {
49
61
  "timeout_millis": 30000,
50
- "retry_codes_name": "non_idempotent",
62
+ "retry_codes_name": "idempotent",
51
63
  "retry_params_name": "default"
52
64
  },
53
65
  "StreamingRead": {
54
- "timeout_millis": 30000,
66
+ "timeout_millis": 3600000,
55
67
  "retry_codes_name": "non_idempotent",
56
68
  "retry_params_name": "default"
57
69
  },
58
70
  "BeginTransaction": {
59
71
  "timeout_millis": 30000,
60
- "retry_codes_name": "non_idempotent",
72
+ "retry_codes_name": "idempotent",
61
73
  "retry_params_name": "default"
62
74
  },
63
75
  "Commit": {
64
- "timeout_millis": 30000,
65
- "retry_codes_name": "non_idempotent",
66
- "retry_params_name": "default"
76
+ "timeout_millis": 3600000,
77
+ "retry_codes_name": "long_running",
78
+ "retry_params_name": "long_running"
67
79
  },
68
80
  "Rollback": {
69
81
  "timeout_millis": 30000,
70
- "retry_codes_name": "non_idempotent",
82
+ "retry_codes_name": "idempotent",
71
83
  "retry_params_name": "default"
72
84
  }
73
85
  }
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Spanner
19
- VERSION = "0.23.0"
19
+ VERSION = "0.23.1"
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-spanner
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.23.0
4
+ version: 0.23.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Moore
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2017-07-27 00:00:00.000000000 Z
12
+ date: 2017-08-18 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: google-cloud-core