judoscale-ruby 1.13.0 → 1.13.1

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: 6c5565038d7dc9cbbf693d9ad23c497c382ded59b0079fdf391e811027473a55
4
- data.tar.gz: 13ad8e9782e70d29f9573e175b8454d40111f6a3f147855b4f6a4d76642e9b5a
3
+ metadata.gz: 03a8164d8e873bb66795da891d3403a97201f95945658e03dd9a9cb329e7a2fe
4
+ data.tar.gz: 2b3c6a3299e05ca88807eee0bd1866995b096e4348e95162378edbf16cedc58c
5
5
  SHA512:
6
- metadata.gz: 8b96529798fab5d7e4072922098bc5708f0566e121b5bed6c8f7e6373b86cdae2ca79002b328d885950c77cf87629185da5dbecd30ecde8a03533fab0fdcdc7e
7
- data.tar.gz: 171faeab5a0071cfb48bcfafe987b35fd2ae8740df33ea6abeebdcae979ad636d0887dd3bd7651a2717485ceb493f92e655998e8c359d16e0696376a13c8e0ee
6
+ metadata.gz: 94185345bf93cf800240848650e3a277d3c015789d57fc92c666255479377efe18010814b2de60adadcaec9d0e549fd89c7545f0b3a50bfc79d809f757182815
7
+ data.tar.gz: f3c5b006cbd57d925c81523c0005f48e38873da107cc9a20adcd953da01c26b7222551d17362afe4e394ba079c1f405d8b9c89f20960bf759820e3ab4d2a729b
@@ -53,7 +53,7 @@ module Judoscale
53
53
  rescue *TRANSIENT_ERRORS => ex
54
54
  if attempts < 3
55
55
  # TCP timeouts happen sometimes, but they can usually be successfully retried in a moment
56
- sleep 0.01
56
+ sleep 0.25 * (2**(attempts - 1))
57
57
  attempts += 1
58
58
  retry
59
59
  else
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Judoscale
4
- VERSION = "1.13.0"
4
+ VERSION = "1.13.1"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: judoscale-ruby
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.13.0
4
+ version: 1.13.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Adam McCrea