work_shaper 0.1.2.3 → 0.1.2.7
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 +4 -4
- data/lib/work_shaper/manager.rb +0 -4
- data/lib/work_shaper/version.rb +1 -1
- data/lib/work_shaper.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 10f494bd3f41faa9fb21c35b15fa84f70fca9f7aa4d2edf011c380251366e757
|
4
|
+
data.tar.gz: 3986b290a21e7c96a812edfc82e1785af73de082711e816158f19b85fdeb0105
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 07de555d74c0274b4cd00556698d51bd5eb8c79c42d69481862a673487f45ca2f340e7c8fa70e9aab65b8d38df1feb71cfeb07eb4af127a06814b7965fbd092b
|
7
|
+
data.tar.gz: 7a80244bfe0dfc546029bfe69f7c2ea88b35e41cfb0e8f39e05216d03d3e7ffd3416261894c2a8ba791ec1dbb913634fbfa56368a20cf2d0cd3c6b9ae4c8616a
|
data/lib/work_shaper/manager.rb
CHANGED
@@ -175,11 +175,7 @@ module WorkShaper
|
|
175
175
|
|
176
176
|
def pause_on_overrun
|
177
177
|
overrun = lambda do
|
178
|
-
completed = @completed_offsets.values.flatten.count
|
179
|
-
received = @received_offsets.values.flatten.count
|
180
|
-
|
181
178
|
@total_enqueued.to_i - @total_acked.to_i > @max_in_queue
|
182
|
-
received - completed > @max_in_queue
|
183
179
|
end
|
184
180
|
|
185
181
|
# We have to be careful here to avoid a deadlock. Another thread may be waiting
|
data/lib/work_shaper/version.rb
CHANGED
data/lib/work_shaper.rb
CHANGED