lacuscore 1.17.4__py3-none-any.whl → 1.17.5__py3-none-any.whl
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.
- lacuscore/lacuscore.py +2 -0
- {lacuscore-1.17.4.dist-info → lacuscore-1.17.5.dist-info}/METADATA +2 -2
- {lacuscore-1.17.4.dist-info → lacuscore-1.17.5.dist-info}/RECORD +5 -5
- {lacuscore-1.17.4.dist-info → lacuscore-1.17.5.dist-info}/LICENSE +0 -0
- {lacuscore-1.17.4.dist-info → lacuscore-1.17.5.dist-info}/WHEEL +0 -0
lacuscore/lacuscore.py
CHANGED
@@ -740,6 +740,8 @@ class LacusCore():
|
|
740
740
|
p = self.redis.pipeline()
|
741
741
|
p.delete(f'lacus:capture_settings:{uuid}')
|
742
742
|
p.zrem('lacus:ongoing', uuid)
|
743
|
+
result = {'error': "Unable to store the result of the capture in redis (probably a huge download)."}
|
744
|
+
self._store_capture_response(p, uuid, result)
|
743
745
|
p.execute()
|
744
746
|
stats_pipeline.zincrby(f'stats:{today}:errors', 1, 'Redis Connection')
|
745
747
|
logger.critical('Unable to connect to redis and to push the result of the capture.')
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: lacuscore
|
3
|
-
Version: 1.17.
|
3
|
+
Version: 1.17.5
|
4
4
|
Summary: Core of Lacus, usable as a module
|
5
5
|
License: BSD-3-Clause
|
6
6
|
Author: Raphaël Vinot
|
@@ -24,7 +24,7 @@ Provides-Extra: docs
|
|
24
24
|
Requires-Dist: Sphinx (>=8.2.3) ; (python_version >= "3.11") and (extra == "docs")
|
25
25
|
Requires-Dist: async-timeout (>=5.0.1) ; python_version < "3.11"
|
26
26
|
Requires-Dist: defang (>=0.5.3)
|
27
|
-
Requires-Dist: dnspython (<2.8) ; python_version < "3.10"
|
27
|
+
Requires-Dist: dnspython (<2.8.0) ; python_version < "3.10"
|
28
28
|
Requires-Dist: dnspython (>=2.8.0) ; python_version >= "3.10"
|
29
29
|
Requires-Dist: eval-type-backport (>=0.2.2) ; python_version < "3.10"
|
30
30
|
Requires-Dist: playwrightcapture[recaptcha] (>=1.32.2)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
lacuscore/__init__.py,sha256=aLBshQPT9IBDKn5qWrX9A_exqtLFPyLsQiPWdfpAFjA,537
|
2
2
|
lacuscore/helpers.py,sha256=E_pgZ6vgtOkb_NCIjgy1c041CSy00arL739hPHVxlS8,14184
|
3
3
|
lacuscore/lacus_monitoring.py,sha256=r6IaYuh6sMq43eOWdZx0fU8p4PWVZlqSD6nr6yOaTUU,2713
|
4
|
-
lacuscore/lacuscore.py,sha256=
|
4
|
+
lacuscore/lacuscore.py,sha256=_trMab1xIhBrlJrI7clTDSgpdXzNjuw43GXi4YghQGg,48462
|
5
5
|
lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
lacuscore/task_logger.py,sha256=2wDotU6r6vn-aKO8nZNdxSuisSj11LlcxuvW60qPL0Y,1909
|
7
|
-
lacuscore-1.17.
|
8
|
-
lacuscore-1.17.
|
9
|
-
lacuscore-1.17.
|
10
|
-
lacuscore-1.17.
|
7
|
+
lacuscore-1.17.5.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
|
8
|
+
lacuscore-1.17.5.dist-info/METADATA,sha256=V8hSddBwkQTRBjlpte2QV5yybSf2AyTmO9T9q7STjBc,2741
|
9
|
+
lacuscore-1.17.5.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
|
10
|
+
lacuscore-1.17.5.dist-info/RECORD,,
|
File without changes
|
File without changes
|