worker_roulette 0.0.9 → 0.0.10
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.
@@ -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
|