lacuscore 1.17.4__py3-none-any.whl → 1.17.6__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 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.4
3
+ Version: 1.17.6
4
4
  Summary: Core of Lacus, usable as a module
5
5
  License: BSD-3-Clause
6
6
  Author: Raphaël Vinot
@@ -24,10 +24,10 @@ 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
- Requires-Dist: playwrightcapture[recaptcha] (>=1.32.2)
30
+ Requires-Dist: playwrightcapture[recaptcha] (>=1.32.3)
31
31
  Requires-Dist: pydantic (>=2.11.7)
32
32
  Requires-Dist: redis[hiredis] (>=5.3.0,<6.0.0)
33
33
  Requires-Dist: requests (>=2.32.5)
@@ -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=jrFGBFSYTWRquZsZx7KQAfDc8KTT_nfu7-c6mnrh-pk,48275
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.4.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
- lacuscore-1.17.4.dist-info/METADATA,sha256=LCRvwvOmSz65zlMO1iWUjpJ5lGnPVhGm8uRQ1juGBm4,2739
9
- lacuscore-1.17.4.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
- lacuscore-1.17.4.dist-info/RECORD,,
7
+ lacuscore-1.17.6.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
8
+ lacuscore-1.17.6.dist-info/METADATA,sha256=PbW0UU_U9Ns9cNMO_H7nD8HK-GB5eAvZg-QfIGPSB5c,2741
9
+ lacuscore-1.17.6.dist-info/WHEEL,sha256=b4K_helf-jlQoXBBETfwnf4B04YC67LOev0jo4fX5m8,88
10
+ lacuscore-1.17.6.dist-info/RECORD,,