worker_roulette 0.0.9 → 0.0.10

Sign up to get free protection for your applications and to get access to all the features.
@@ -13,7 +13,7 @@ module WorkerRoulette
13
13
  end
14
14
 
15
15
  def sender_key
16
- @sender_key ||= "#{@namespace + ':' if @namespace}#{@sender}"
16
+ @sender_key = "#{@namespace + ':' if @namespace}#{@sender}"
17
17
  end
18
18
 
19
19
  def wait_for_work_orders(on_subscribe_callback = nil, &block)
@@ -1,3 +1,3 @@
1
1
  module WorkerRoulette
2
- VERSION = "0.0.9"
2
+ VERSION = "0.0.10"
3
3
  end
@@ -199,6 +199,8 @@ describe WorkerRoulette do
199
199
 
200
200
  it "should periodically (random time between 10 and 15 seconds?) poll the job board for new work, in case it missed a notification"
201
201
  it "should not delete the messages from the queue until they have been processed succcesfully"
202
+ it "should not cache the sender our counter keys"
203
+ it "should pull off more than one patch"
202
204
  end
203
205
 
204
206
  context "Read Lock" do
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: worker_roulette
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.9
4
+ version: 0.0.10
5
5
  prerelease:
6
6
  platform: ruby
7
7
  authors: