foreign_office 0.17.2 → 0.17.3

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
  SHA256:
3
- metadata.gz: 26bca6c7de9f81d3be679668cb0458483a29e4902a77a092c6e7552f371f8305
4
- data.tar.gz: 38e75aa50abad311b31a732b132faa855c401f8fa559d778c5606f4061e61d08
3
+ metadata.gz: 43ddf7fbb081dfbeb61ebf49a2daf0147b607d6e3dc3892c8d5f74ab1526e813
4
+ data.tar.gz: 07cf2772f4c0a374f3f4d3dbaa16068329817a51eaa980f6a429492925f1ca27
5
5
  SHA512:
6
- metadata.gz: 8a0a095af65926f8f9d9841d65fcc5a8c92f09fe7955c9ad9ba75f4f673db02e543aa1e71653d0546b266bbd3e425df9fe659fe07f5c00cb5300faf1cd7a0000
7
- data.tar.gz: f19416faa592621179ee8ede4487d3ad36bcc0a8a38e408ea27766b072885842a9d7bed6f2d7fd5b07185807b1b8df9e379aac18deaada5e53e37f2ea3970117
6
+ metadata.gz: 9253f709fc7aa6c797b05e86bc1721b39f07a487d604f1813d1c3cd0bf184daba9d09a9ee0ef63bdd9bf097ecc52f58019920ee14a4d7d78467938054a91ba33
7
+ data.tar.gz: 7409dc63ea05743878d0e5e177229c6e4a64b40b173c23896d65919c19fcf506475314600b3266edf9992d98248390d88ed5ce2996b62b53dbdb894f7b657164
@@ -13,7 +13,7 @@ class PresenceChannelPublishJob < ApplicationJob
13
13
  )
14
14
  else
15
15
  serialized_state[:foreign_office_retries] ||= 0
16
- if serialized_state[:foreign_office_retries] < 4 # four total tries
16
+ if serialized_state[:foreign_office_retries] < 5 # five total tries
17
17
  retry_wait = 2**serialized_state[:foreign_office_retries]
18
18
  serialized_state[:foreign_office_retries] += 1
19
19
  PresenceChannelPublishJob.set(wait: retry_wait).perform_later(obj_id, obj_class_name, serialized_state)
@@ -1,3 +1,3 @@
1
1
  module ForeignOffice
2
- VERSION = "0.17.2"
2
+ VERSION = "0.17.3"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: foreign_office
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.2
4
+ version: 0.17.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Eric Draut
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2018-10-19 00:00:00.000000000 Z
12
+ date: 2018-10-27 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: rails