cobweb-launcher 0.0.23__py3-none-any.whl → 0.0.24__py3-none-any.whl

Sign up to get free protection for your applications and to get access to all the features.
cobweb/db/redis_db.py CHANGED
@@ -158,7 +158,7 @@ class RedisDB:
158
158
  score = -int(time.time()) + self.rs_time if heartbeat else "-inf"
159
159
 
160
160
  keys = self.client.keys(self.storer_key % "*")
161
- if len(keys) == storer_num:
161
+ if len(keys) >= storer_num:
162
162
  intersection_key = self.storer_key % "intersection"
163
163
  self.client.delete(intersection_key)
164
164
  self.client.zinterstore(intersection_key, keys)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: cobweb-launcher
3
- Version: 0.0.23
3
+ Version: 0.0.24
4
4
  Summary: spider_hole
5
5
  Home-page: https://github.com/Juannie-PP/cobweb
6
6
  Author: Juannie-PP
@@ -8,7 +8,7 @@ cobweb/task.py,sha256=77F5EaopSVlSX2TANv1lhuPHFI8ER8Jh4tSGrwDWAc0,1405
8
8
  cobweb/utils.py,sha256=3iQRn2s4fY-5ClrVo46RO9OhziRAyOn5hGJOQGjMMwQ,2176
9
9
  cobweb/db/__init__.py,sha256=4m9lqmxZCRbaih3Z3rl_BT0GugMd0dkOIgu_P9aeC84,63
10
10
  cobweb/db/oss_db.py,sha256=lFGNuH3tdIMsohVXQ_fTZPyBfS2oxYNmFNuQ-ZBQgm0,4221
11
- cobweb/db/redis_db.py,sha256=ldUCKryDzZuFyb_2tee0fhbjqX3Y8OHfyu7iQG8DM7s,8171
11
+ cobweb/db/redis_db.py,sha256=kxTNRpnl0zPuIyPIWRVoG6udfz6_j_kiS7L0BP85K9A,8171
12
12
  cobweb/db/scheduler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
13
13
  cobweb/db/scheduler/default.py,sha256=OxmFX7OvMEhKEq-NF7A8I9cA4V4qWw5vayS-yIbng0A,114
14
14
  cobweb/db/scheduler/textfile.py,sha256=atRDeNT-e5toNvyGsCXAxL1FJi77uSYktdCzH_hXGo8,821
@@ -23,8 +23,8 @@ cobweb/distributed/models.py,sha256=5rRy16BHBq4EwWZxHcH_hJ6GJ0jEZ9hechSlZxzvdFQ,
23
23
  cobweb/single/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
24
24
  cobweb/single/models.py,sha256=lu8teNWnWcUwZFra8XmqyhzOAf3UyuEztwBr1Ne6pUs,2898
25
25
  cobweb/single/nest.py,sha256=mL8q9a5BjtoeUyzXCIVw_vyUsNY8ltbvQpYIIpZEDFU,5012
26
- cobweb_launcher-0.0.23.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
27
- cobweb_launcher-0.0.23.dist-info/METADATA,sha256=gdrnp6X7oQY1STFeJIoBUpFIdWAfISla7MzzMYQB37Y,1226
28
- cobweb_launcher-0.0.23.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
29
- cobweb_launcher-0.0.23.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
30
- cobweb_launcher-0.0.23.dist-info/RECORD,,
26
+ cobweb_launcher-0.0.24.dist-info/LICENSE,sha256=z1rxSIGOyzcSb3orZxFPxzx-0C1vTocmswqBNxpKfEk,1063
27
+ cobweb_launcher-0.0.24.dist-info/METADATA,sha256=gnQRFdNwlYUDERWmZhjRkmwob2Uu012sQJn__uLQU1g,1226
28
+ cobweb_launcher-0.0.24.dist-info/WHEEL,sha256=pkctZYzUS4AYVn6dJ-7367OJZivF2e8RA9b_ZBjif18,92
29
+ cobweb_launcher-0.0.24.dist-info/top_level.txt,sha256=4GETBGNsKqiCUezmT-mJn7tjhcDlu7nLIV5gGgHBW4I,7
30
+ cobweb_launcher-0.0.24.dist-info/RECORD,,