shoryuken 3.1.5 → 3.1.6

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
  SHA1:
3
- metadata.gz: ed935b3a706f2e96acd020a62bee5141910bf63f
4
- data.tar.gz: 502827e59b4c18b605eccbd7c9b31829afaef23e
3
+ metadata.gz: 3418f84df488f7c36c21d87b9fda96cedac66407
4
+ data.tar.gz: 0e1183b0fca34e62be3f9e965bbfcfc823111251
5
5
  SHA512:
6
- metadata.gz: 802af1fc13ac74c36745582d3b796def81bfdd53d8340a44ea212813a8cb3598d40969821c8172eeba6dca2a10a8be8affce9d7390dee028660a46f909533601
7
- data.tar.gz: '075822afd74835bbe91e49efa991dc24957405ce830005f2f4c59d0add5e5db39633680a5bda5647af7ec7e74815ca0050ea6a316bf5e5bed870d7e048224db1'
6
+ metadata.gz: 0a028333d4c876ee617270d744eeddf59ef5005ac5937151734912dffcbbbb59798a05b9be4ae94b97bc1d991c35b01785c8985a99df341132a55ae63926389f
7
+ data.tar.gz: bfcdaf2ec179ddb46e21bffcea2413c7d196c0cacb8b81d7586e5f1645049eb5b1dc15aef86a520a04281118c65559d0849ecbf83b1780bb8a31d71c6f763027
data/CHANGELOG.md CHANGED
@@ -1,3 +1,8 @@
1
+ ## [v3.1.6] - 2017-07-24
2
+
3
+ - Fix issue with dispatch_loop and delays
4
+ - [#416](https://github.com/phstc/shoryuken/pull/416)
5
+
1
6
  ## [v3.1.5] - 2017-07-23
2
7
 
3
8
  - Fix memory leak
@@ -42,10 +42,10 @@ module Shoryuken
42
42
  logger.debug { "Ready: #{ready}, Busy: #{busy}, Active Queues: #{@polling_strategy.active_queues}" }
43
43
 
44
44
  batched_queue?(queue) ? dispatch_batch(queue) : dispatch_single_messages(queue)
45
-
46
- dispatch_loop
47
45
  rescue => ex
48
46
  handle_dispatch_error(ex)
47
+ ensure
48
+ dispatch_loop
49
49
  end
50
50
 
51
51
  def busy
@@ -1,3 +1,3 @@
1
1
  module Shoryuken
2
- VERSION = '3.1.5'.freeze
2
+ VERSION = '3.1.6'.freeze
3
3
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: shoryuken
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.5
4
+ version: 3.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Pablo Cantero
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-07-23 00:00:00.000000000 Z
11
+ date: 2017-07-24 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler