corva-worker-python 2.0.0__tar.gz → 2.1.0__tar.gz
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.
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/PKG-INFO +2 -2
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/PKG-INFO +2 -2
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/requires.txt +1 -1
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/setup.py +2 -2
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/merge.py +2 -2
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/README.md +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/SOURCES.txt +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/dependency_links.txt +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/top_level.txt +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/pyproject.toml +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/setup.cfg +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/app_constants.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/app_lambda.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/app_partial_rerun_merger.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/disable_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/drilling_efficiency_app.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/surface_mse_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/app_constants.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/app_lambda.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/state_modules.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/state_testing_app.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/activity_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/connection_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/depth_activity_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/scheduler.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/time_activity_module.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/trigger.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/constants.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/activity/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/activity/activity_grouping.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/alert.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/api.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/enums.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/json_encoder.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/math.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/operations.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/serialization.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/task_handler.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/two_way_dict.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/unit_conversions.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/wits.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/event/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/event/event_handler.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/event/scheduled.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/event/stream.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/exceptions.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/mixins/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/mixins/logging.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/mixins/rollbar.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/models.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/progress.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/state/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/state/mixins.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/state/state.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/lambda_function_test_run.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/local_testing/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/local_testing/to_local_transfer.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/utils.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/factory.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/measured_depth_finder.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/__init__.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/ann.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/annulus.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/drillstring.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/drillstring_components.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/element.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/enums.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/hole.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/hole_section.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/riser.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/sections_mixin.py +0 -0
- {corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/wellbore.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corva-worker-python
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.1.0
|
|
4
4
|
Summary: SDK for interacting with Corva
|
|
5
5
|
Home-page: https://github.com/corva-ai/corva-worker-python
|
|
6
6
|
Author: Jordan Ambra <jordan.ambra@corva.ai>, Mohammadreza Kamyab <m.kamyab@corva.ai>
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
16
16
|
Classifier: Topic :: Software Development :: Libraries
|
|
17
17
|
Requires-Python: >=3.13
|
|
18
18
|
Requires-Dist: numpy>=2.3.5
|
|
19
|
-
Requires-Dist: redis>=
|
|
19
|
+
Requires-Dist: redis>=5.2.1
|
|
20
20
|
Requires-Dist: requests>=2.32.5
|
|
21
21
|
Requires-Dist: simplejson>=3.20.2
|
|
22
22
|
Requires-Dist: urllib3>=2.5.0
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/PKG-INFO
RENAMED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: corva-worker-python
|
|
3
|
-
Version: 2.
|
|
3
|
+
Version: 2.1.0
|
|
4
4
|
Summary: SDK for interacting with Corva
|
|
5
5
|
Home-page: https://github.com/corva-ai/corva-worker-python
|
|
6
6
|
Author: Jordan Ambra <jordan.ambra@corva.ai>, Mohammadreza Kamyab <m.kamyab@corva.ai>
|
|
@@ -16,7 +16,7 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
16
16
|
Classifier: Topic :: Software Development :: Libraries
|
|
17
17
|
Requires-Python: >=3.13
|
|
18
18
|
Requires-Dist: numpy>=2.3.5
|
|
19
|
-
Requires-Dist: redis>=
|
|
19
|
+
Requires-Dist: redis>=5.2.1
|
|
20
20
|
Requires-Dist: requests>=2.32.5
|
|
21
21
|
Requires-Dist: simplejson>=3.20.2
|
|
22
22
|
Requires-Dist: urllib3>=2.5.0
|
|
@@ -15,7 +15,7 @@ setup(
|
|
|
15
15
|
name="corva-worker-python",
|
|
16
16
|
author="Jordan Ambra <jordan.ambra@corva.ai>, Mohammadreza Kamyab <m.kamyab@corva.ai>",
|
|
17
17
|
url="https://github.com/corva-ai/corva-worker-python",
|
|
18
|
-
version="2.
|
|
18
|
+
version="2.1.0",
|
|
19
19
|
classifiers=classifiers,
|
|
20
20
|
python_requires=">=3.13",
|
|
21
21
|
description="SDK for interacting with Corva",
|
|
@@ -23,7 +23,7 @@ setup(
|
|
|
23
23
|
packages=find_packages(exclude=["testcase"]),
|
|
24
24
|
install_requires=[
|
|
25
25
|
"numpy>=2.3.5",
|
|
26
|
-
"redis>=
|
|
26
|
+
"redis>=5.2.1",
|
|
27
27
|
"requests>=2.32.5",
|
|
28
28
|
"simplejson>=3.20.2",
|
|
29
29
|
"urllib3>=2.5.0",
|
|
@@ -18,11 +18,11 @@ class PartialRerunMerge:
|
|
|
18
18
|
"""
|
|
19
19
|
|
|
20
20
|
MAX_TIMESTAMP = 9999999999
|
|
21
|
-
MAX_API_GET_LIMIT = 5_000
|
|
21
|
+
MAX_API_GET_LIMIT = int(os.getenv("PARTIAL_RERUN_MAX_API_GET_LIMIT", 5_000))
|
|
22
22
|
# A default value for the maximum number of records for a heavy collection.
|
|
23
23
|
MAX_RECORDS_COUNT = 10
|
|
24
24
|
# A default value for the maximum number of records to be posted in a batch.
|
|
25
|
-
POST_BATCH_SIZE = int(MAX_API_GET_LIMIT / 5)
|
|
25
|
+
POST_BATCH_SIZE = int(os.getenv("PARTIAL_RERUN_POST_BATCH_SIZE", int(MAX_API_GET_LIMIT / 5)))
|
|
26
26
|
REMAINING_SECONDS_THRESHOLD = 45
|
|
27
27
|
|
|
28
28
|
@property
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/SOURCES.txt
RENAMED
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/corva_worker_python.egg-info/top_level.txt
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/app_partial_rerun_merger.py
RENAMED
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/app/drilling_efficiency_app.py
RENAMED
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/__init__.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/app_constants.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/app_lambda.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/testcase/state_testing_app/state_modules.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/activity_module.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/connection_module.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/depth_activity_module.py
RENAMED
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/app/modules/time_activity_module.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/data/activity/activity_grouping.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/__init__.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/models.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/partial_rerun_merge/progress.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/lambda_function_test_run.py
RENAMED
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/test/local_testing/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/measured_depth_finder.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/drillstring.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{corva_worker_python-2.0.0 → corva_worker_python-2.1.0}/worker/wellbore/model/hole_section.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|