google-cloud-scheduler-v1 1.6.1 → 1.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4c06c233ddc70f19a9211c04b4921e5595feb7367d6b84ca80917fd58fd88fa4
|
|
4
|
+
data.tar.gz: feb1d59394ed096a761db84890772751178ec50acdf3a53efc5b93b37b1f2612
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 91a09cb46aa25f3217e640f367c46e92cbcaeda58f3b4ea45be352cfde70bd5525879d788655a1e6140c8597de67f78da8ca47f37b1d4e5c6c99d8ae7d202bc7
|
|
7
|
+
data.tar.gz: 8a7541ad8ec35b3b3c8d357256f573b0019371b03cbada679f5078a03d6f144e493fab846abee81bb19237968cd741dfb32c2027e0582f7465a68c2cf98fe3b5
|
data/README.md
CHANGED
|
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
|
86
86
|
|
|
87
87
|
## Supported Ruby Versions
|
|
88
88
|
|
|
89
|
-
This library is supported on Ruby 3.
|
|
89
|
+
This library is supported on Ruby 3.2+.
|
|
90
90
|
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
|
@@ -1070,6 +1070,7 @@ module Google
|
|
|
1070
1070
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1071
1071
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1072
1072
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1073
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1073
1074
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1074
1075
|
# trigger a retry.
|
|
1075
1076
|
# @return [::Hash]
|
|
@@ -1153,6 +1154,7 @@ module Google
|
|
|
1153
1154
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1154
1155
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1155
1156
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1157
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1156
1158
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1157
1159
|
# trigger a retry.
|
|
1158
1160
|
#
|
|
@@ -982,6 +982,7 @@ module Google
|
|
|
982
982
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
983
983
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
984
984
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
985
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
985
986
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
986
987
|
# trigger a retry.
|
|
987
988
|
# @return [::Hash]
|
|
@@ -1061,6 +1062,7 @@ module Google
|
|
|
1061
1062
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1062
1063
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1063
1064
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1065
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1064
1066
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1065
1067
|
# trigger a retry.
|
|
1066
1068
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-scheduler-v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.
|
|
4
|
+
version: 1.7.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
@@ -15,14 +15,14 @@ dependencies:
|
|
|
15
15
|
requirements:
|
|
16
16
|
- - "~>"
|
|
17
17
|
- !ruby/object:Gem::Version
|
|
18
|
-
version: '1.
|
|
18
|
+
version: '1.3'
|
|
19
19
|
type: :runtime
|
|
20
20
|
prerelease: false
|
|
21
21
|
version_requirements: !ruby/object:Gem::Requirement
|
|
22
22
|
requirements:
|
|
23
23
|
- - "~>"
|
|
24
24
|
- !ruby/object:Gem::Version
|
|
25
|
-
version: '1.
|
|
25
|
+
version: '1.3'
|
|
26
26
|
- !ruby/object:Gem::Dependency
|
|
27
27
|
name: google-cloud-errors
|
|
28
28
|
requirement: !ruby/object:Gem::Requirement
|