google-cloud-scheduler-v1beta1 0.17.1 → 0.18.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: f266c8f3cccdd7c872a52733652e38c59f1cb5c83e47bc1d4323b9096495a3b5
|
|
4
|
+
data.tar.gz: 32b78aa57ded783adfc98bb75845f95e6dd8cd1a746660dcd8a409336c478ae5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 126e480be4f176fd0bf467dc22728c125d45df894daea7c6e6613b2896d9eb3e8a51f0cda2a36ed96ff6b749ddf7a1f5f5fab7e487d8294b24dd889d63a8fc6c
|
|
7
|
+
data.tar.gz: 95bb1c9142a08090d48e0f6b8561abc15278f369f28bfbea651d5624900822edea5becceed724d45cbb6562932e5932d5baadd424927bdd4deea3187bb6fc1dc
|
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
|
|
@@ -1104,6 +1104,7 @@ module Google
|
|
|
1104
1104
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1105
1105
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1106
1106
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1107
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1107
1108
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1108
1109
|
# trigger a retry.
|
|
1109
1110
|
# @return [::Hash]
|
|
@@ -1187,6 +1188,7 @@ module Google
|
|
|
1187
1188
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1188
1189
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1189
1190
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1191
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1190
1192
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1191
1193
|
# trigger a retry.
|
|
1192
1194
|
#
|
|
@@ -1016,6 +1016,7 @@ module Google
|
|
|
1016
1016
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1017
1017
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1018
1018
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1019
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1019
1020
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1020
1021
|
# trigger a retry.
|
|
1021
1022
|
# @return [::Hash]
|
|
@@ -1095,6 +1096,7 @@ module Google
|
|
|
1095
1096
|
# * `:initial_delay` (*type:* `Numeric`) - The initial delay in seconds.
|
|
1096
1097
|
# * `:max_delay` (*type:* `Numeric`) - The max delay in seconds.
|
|
1097
1098
|
# * `:multiplier` (*type:* `Numeric`) - The incremental backoff multiplier.
|
|
1099
|
+
# * `:jitter` (*type:* `Numeric`) - The jitter in seconds. Default: 1.0.
|
|
1098
1100
|
# * `:retry_codes` (*type:* `Array<String>`) - The error codes that should
|
|
1099
1101
|
# trigger a retry.
|
|
1100
1102
|
#
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-scheduler-v1beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.18.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
|