indexify 0.4.7__tar.gz → 0.4.8__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.
- {indexify-0.4.7 → indexify-0.4.8}/PKG-INFO +1 -1
- {indexify-0.4.7 → indexify-0.4.8}/pyproject.toml +1 -1
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/loggers.py +4 -6
- {indexify-0.4.7 → indexify-0.4.8}/README.md +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/cli/__init__.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/cli/build_image.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/cli/deploy.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/cli/executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/README.md +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/blob_store/blob_store.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/blob_store/local_fs_blob_store.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/blob_store/metrics/blob_store.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/blob_store/s3_blob_store.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/channel_manager.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_allowlist.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/function_executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/health_checker.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/invocation_state_client.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/metrics/function_executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/metrics/health_checker.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/metrics/invocation_state_client.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/server/client_configuration.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/server/function_executor_server.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/server/function_executor_server_factory.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/server/subprocess_function_executor_server.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/__init__.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/completed_task_metrics.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/create_function_executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/debug_event_loop.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/destroy_function_executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/downloads.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/events.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/function_executor_controller.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/function_executor_startup_output.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/message_validators.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/metrics/completed_task_metrics.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/metrics/downloads.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/metrics/function_executor_controller.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/metrics/run_task.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/metrics/upload_task_output.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/prepare_task.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/run_task.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/task_info.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/task_output.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/upload_task_output.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/host_resources/host_resources.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/host_resources/nvidia_gpu.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/host_resources/nvidia_gpu_allocator.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/metrics/channel_manager.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/metrics/executor.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/metrics/state_reconciler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/metrics/state_reporter.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/handler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/health_check_handler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/health_checker/generic_health_checker.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/health_checker/health_checker.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/metrics.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/prometheus_metrics_handler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/server.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/startup_probe_handler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/state_reconciler.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/state_reporter.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/proto/executor_api.proto +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/proto/executor_api_pb2.py +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/proto/executor_api_pb2.pyi +0 -0
- {indexify-0.4.7 → indexify-0.4.8}/src/indexify/proto/executor_api_pb2_grpc.py +0 -0
@@ -1,7 +1,7 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "indexify"
|
3
3
|
# Incremented if any of the components provided in this packages are updated.
|
4
|
-
version = "0.4.
|
4
|
+
version = "0.4.8"
|
5
5
|
description = "Open Source Indexify components and helper tools"
|
6
6
|
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
|
7
7
|
license = "Apache 2.0"
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/loggers.py
RENAMED
@@ -56,7 +56,7 @@ def task_allocation_logger(task_allocation: TaskAllocation, logger: Any) -> Any:
|
|
56
56
|
if task_allocation.HasField("allocation_id")
|
57
57
|
else None
|
58
58
|
),
|
59
|
-
|
59
|
+
fn_executor_id=(
|
60
60
|
task_allocation.function_executor_id
|
61
61
|
if task_allocation.HasField("function_executor_id")
|
62
62
|
else None
|
@@ -74,16 +74,14 @@ def task_result_logger(task_result: TaskResult, logger: Any) -> Any:
|
|
74
74
|
task_result.allocation_id if task_result.HasField("allocation_id") else None
|
75
75
|
),
|
76
76
|
namespace=task_result.namespace if task_result.HasField("namespace") else None,
|
77
|
-
|
78
|
-
task_result.graph_name if task_result.HasField("graph_name") else None
|
79
|
-
),
|
77
|
+
graph=(task_result.graph_name if task_result.HasField("graph_name") else None),
|
80
78
|
graph_version=(
|
81
79
|
task_result.graph_version if task_result.HasField("graph_version") else None
|
82
80
|
),
|
83
|
-
|
81
|
+
fn=(
|
84
82
|
task_result.function_name if task_result.HasField("function_name") else None
|
85
83
|
),
|
86
|
-
|
84
|
+
invocation_id=(
|
87
85
|
task_result.graph_invocation_id
|
88
86
|
if task_result.HasField("graph_invocation_id")
|
89
87
|
else None
|
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
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/function_executor.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/invocation_state_client.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor/metrics/health_checker.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/downloads.py
RENAMED
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/events.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
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/prepare_task.py
RENAMED
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/run_task.py
RENAMED
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/task_info.py
RENAMED
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/function_executor_controller/task_output.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/host_resources/nvidia_gpu_allocator.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
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/health_checker/health_checker.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.4.7 → indexify-0.4.8}/src/indexify/executor/monitoring/prometheus_metrics_handler.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
|