estorm-message-processor 0.1.4 → 0.1.5
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/Gemfile.lock +1 -1
- data/lib/estorm-message-processor/base.rb +3 -2
- data/test/coverage/index.html +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f6c97b80575d22f0ad974b0ca85a156583a0a255
|
|
4
|
+
data.tar.gz: 616515a68c6800804e956943aaf4b137f23fa63f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 53b8fb33d42697d91f06e3418a320312b3062c389b3da4df283136c0d03f32194069d9f811b1b6631909a6497c122db02722a53e64e6844f14053c25ae4f545f
|
|
7
|
+
data.tar.gz: d1146cbe4d527738f26baa54fd5e148b9fbf5172eb3565c1931d2fbf3535232f355a38159bf0017893f5a3ec8cc41ecb23e0c78be2e9c804f08243e9b8308a46
|
data/Gemfile.lock
CHANGED
|
@@ -75,8 +75,9 @@ module EstormMessageProcessor
|
|
|
75
75
|
|
|
76
76
|
msg= "[*] Waiting for messages in #{@queue.name}. blocking is #{config[:blocking]}"
|
|
77
77
|
logger.info msg
|
|
78
|
-
|
|
79
|
-
|
|
78
|
+
msg_count =@queue.message_count
|
|
79
|
+
consumer_count =@queue.consumer_count
|
|
80
|
+
msg = "queue status for queue #{config[:queuename]} message count: #{msg_count} consumers: #{consumer_count}"
|
|
80
81
|
logger.info msg
|
|
81
82
|
@queue.subscribe(:block => config[:blocking]) do |delivery_info, properties, body|
|
|
82
83
|
process_messages(delivery_info,properties,body)
|
data/test/coverage/index.html
CHANGED
|
@@ -14,7 +14,7 @@
|
|
|
14
14
|
<img src="./assets/0.7.1/loading.gif" alt="loading"/>
|
|
15
15
|
</div>
|
|
16
16
|
<div id="wrapper" style="display:none;">
|
|
17
|
-
<div class="timestamp">Generated <abbr class="timeago" title="2013-10-
|
|
17
|
+
<div class="timestamp">Generated <abbr class="timeago" title="2013-10-14T19:51:34+08:00">2013-10-14T19:51:34+08:00</abbr></div>
|
|
18
18
|
<ul class="group_tabs"></ul>
|
|
19
19
|
|
|
20
20
|
<div id="content">
|