cobweb-launcher 1.2.47__py3-none-any.whl → 1.2.48__py3-none-any.whl
Sign up to get free protection for your applications and to get access to all the features.
- cobweb/utils/dotting.py +3 -2
- {cobweb_launcher-1.2.47.dist-info → cobweb_launcher-1.2.48.dist-info}/METADATA +1 -1
- {cobweb_launcher-1.2.47.dist-info → cobweb_launcher-1.2.48.dist-info}/RECORD +6 -6
- {cobweb_launcher-1.2.47.dist-info → cobweb_launcher-1.2.48.dist-info}/LICENSE +0 -0
- {cobweb_launcher-1.2.47.dist-info → cobweb_launcher-1.2.48.dist-info}/WHEEL +0 -0
- {cobweb_launcher-1.2.47.dist-info → cobweb_launcher-1.2.48.dist-info}/top_level.txt +0 -0
cobweb/utils/dotting.py
CHANGED
@@ -46,9 +46,10 @@ class LoghubDot:
|
|
46
46
|
try:
|
47
47
|
log_item_info = {}
|
48
48
|
for _ in range(1000):
|
49
|
-
|
50
|
-
if not
|
49
|
+
its = self.queue.pop()
|
50
|
+
if not its:
|
51
51
|
break
|
52
|
+
topic, item = its
|
52
53
|
log_item_info.setdefault(topic, []).append(item)
|
53
54
|
for topic, log_items in log_item_info.items():
|
54
55
|
request = PutLogsRequest(
|
@@ -34,11 +34,11 @@ cobweb/schedulers/scheduler_api.py,sha256=pFEdS1H4zuzxwMhCV-G7CoLz-rEOPv4EVo3xZU
|
|
34
34
|
cobweb/schedulers/scheduler_redis.py,sha256=E5fjc3nNld8GbUhUGT7uY4smRejj2J2ZIzp2g6lhxFM,2205
|
35
35
|
cobweb/utils/__init__.py,sha256=Ev2LZZ1-S56iQYDqFZrqadizEv4Gk8Of-DraH-_WnKY,109
|
36
36
|
cobweb/utils/bloom.py,sha256=vng-YbKgh9HbtpAWYf_nkUSbfVTOj40aqUUejRYlsCU,1752
|
37
|
-
cobweb/utils/dotting.py,sha256=
|
37
|
+
cobweb/utils/dotting.py,sha256=_QsC-LCSh1QYk9XmYIWBRlRTs-E9RfqKSkkRkedV2Eo,2082
|
38
38
|
cobweb/utils/oss.py,sha256=gyt8-UB07tVphZLQXMOf-JTJwU-mWq8KZkOXKkAf3uk,3513
|
39
39
|
cobweb/utils/tools.py,sha256=5JEaaAwYoV9Sdla2UBIJn6faUBuXmxUMagm9ck6FVqs,1253
|
40
|
-
cobweb_launcher-1.2.
|
41
|
-
cobweb_launcher-1.2.
|
42
|
-
cobweb_launcher-1.2.
|
43
|
-
cobweb_launcher-1.2.
|
44
|
-
cobweb_launcher-1.2.
|
40
|
+
cobweb_launcher-1.2.48.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
|
41
|
+
cobweb_launcher-1.2.48.dist-info/METADATA,sha256=mmjMnXGyVInW_AL8-FtVNNwvB0hyA0M3hPqlvUjsNG4,6510
|
42
|
+
cobweb_launcher-1.2.48.dist-info/WHEEL,sha256=ewwEueio1C2XeHTvT17n8dZUJgOvyCWCt0WVNLClP9o,92
|
43
|
+
cobweb_launcher-1.2.48.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
|
44
|
+
cobweb_launcher-1.2.48.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|