lacuscore 1.9.6__py3-none-any.whl → 1.10.0__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 +1 -1
- {lacuscore-1.9.6.dist-info → lacuscore-1.10.0.dist-info}/METADATA +3 -3
- {lacuscore-1.9.6.dist-info → lacuscore-1.10.0.dist-info}/RECORD +5 -5
- {lacuscore-1.9.6.dist-info → lacuscore-1.10.0.dist-info}/LICENSE +0 -0
- {lacuscore-1.9.6.dist-info → lacuscore-1.10.0.dist-info}/WHEEL +0 -0
lacuscore/lacuscore.py
CHANGED
@@ -633,7 +633,7 @@ class LacusCore():
|
|
633
633
|
logger.debug(f'Retrying {url} for the first time.')
|
634
634
|
retry = True
|
635
635
|
self.redis.setex(f'lacus:capture_retry:{uuid}',
|
636
|
-
self.max_capture_time * (self.max_retries +
|
636
|
+
self.max_capture_time * (self.max_retries + 10),
|
637
637
|
self.max_retries)
|
638
638
|
else:
|
639
639
|
current_retry = int(_current_retry.decode())
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: lacuscore
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.10.0
|
4
4
|
Summary: Core of Lacus, usable as a module
|
5
5
|
Home-page: https://github.com/ail-project/LacusCore
|
6
6
|
License: BSD-3-Clause
|
@@ -28,8 +28,8 @@ Requires-Dist: Sphinx (>=7.2,<8.0) ; (python_version >= "3.9") and (extra == "do
|
|
28
28
|
Requires-Dist: async-timeout (>=4.0.3,<5.0.0) ; python_version < "3.11"
|
29
29
|
Requires-Dist: defang (>=0.5.3,<0.6.0)
|
30
30
|
Requires-Dist: dnspython (>=2.6.1,<3.0.0)
|
31
|
-
Requires-Dist: playwrightcapture[recaptcha] (>=1.
|
32
|
-
Requires-Dist: redis[hiredis] (>=5.0.
|
31
|
+
Requires-Dist: playwrightcapture[recaptcha] (>=1.25.0,<2.0.0)
|
32
|
+
Requires-Dist: redis[hiredis] (>=5.0.7,<6.0.0)
|
33
33
|
Requires-Dist: requests (>=2.32.3,<3.0.0)
|
34
34
|
Requires-Dist: ua-parser (>=0.18.0,<0.19.0)
|
35
35
|
Project-URL: Documentation, https://lacuscore.readthedocs.io/en/latest/
|
@@ -1,10 +1,10 @@
|
|
1
1
|
lacuscore/__init__.py,sha256=hM4lKoPNybDCUMWdXTVVI1gRk_riLvRZ7IwFbamZLzE,341
|
2
2
|
lacuscore/helpers.py,sha256=lULN7HhY-4a4HG-ybIt4jO3wEGTxkm_jKNqsGpNZo4Y,2711
|
3
3
|
lacuscore/lacus_monitoring.py,sha256=UOfE_1-_rhVeKJXQ_m9XxYkr7VwyQnA6iK-x_tcXJfo,2775
|
4
|
-
lacuscore/lacuscore.py,sha256=
|
4
|
+
lacuscore/lacuscore.py,sha256=n0hjyuJpz5G4s5mRzTAtSCHaPtPqdMaTEO7o-2N88JI,44048
|
5
5
|
lacuscore/py.typed,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
6
6
|
lacuscore/task_logger.py,sha256=8WbdJdKnGeFCxt9gtCNLI9vAQQZbsy2I5PRQpHP7XFU,1916
|
7
|
-
lacuscore-1.
|
8
|
-
lacuscore-1.
|
9
|
-
lacuscore-1.
|
10
|
-
lacuscore-1.
|
7
|
+
lacuscore-1.10.0.dist-info/LICENSE,sha256=4C4hLYrIkUD96Ggk-y_Go1Qf7PBZrEm9PSeTGe2nd4s,1516
|
8
|
+
lacuscore-1.10.0.dist-info/METADATA,sha256=PmC32J2hEc1hyXiX4wQOjAcnJDLlVIqvj-Yw8pJc13Q,2629
|
9
|
+
lacuscore-1.10.0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
10
|
+
lacuscore-1.10.0.dist-info/RECORD,,
|
File without changes
|
File without changes
|