indexify 0.3.10__tar.gz → 0.3.11__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.3.10 → indexify-0.3.11}/PKG-INFO +1 -1
- {indexify-0.3.10 → indexify-0.3.11}/pyproject.toml +1 -1
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/cli/cli.py +1 -1
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/server/subprocess_function_executor_server_factory.py +1 -2
- {indexify-0.3.10 → indexify-0.3.11}/README.md +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/README.md +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/api_objects.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/downloader.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/executor.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/function_executor.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/function_executor_state.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/function_executor_states_container.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/health_checker.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/invocation_state_client.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/function_executor.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/function_executor_state.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/function_executor_state_container.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/health_checker.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/invocation_state_client.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/metrics/single_task_runner.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/server/client_configuration.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/server/function_executor_server.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/server/function_executor_server_factory.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/server/subprocess_function_executor_server.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/single_task_runner.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/task_input.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/task_output.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/metrics/downloader.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/metrics/executor.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/metrics/task_fetcher.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/metrics/task_reporter.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/metrics/task_runner.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/function_allowlist.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/handler.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/health_check_handler.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/health_checker/generic_health_checker.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/health_checker/health_checker.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/metrics.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/prometheus_metrics_handler.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/server.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/startup_probe_handler.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/runtime_probes.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/task_fetcher.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/task_reporter.py +0 -0
- {indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/task_runner.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.3.
|
4
|
+
version = "0.3.11"
|
5
5
|
description = "Open Source Indexify components and helper tools"
|
6
6
|
authors = ["Tensorlake Inc. <support@tensorlake.ai>"]
|
7
7
|
license = "Apache 2.0"
|
@@ -25,7 +25,7 @@ import typer
|
|
25
25
|
from rich.console import Console
|
26
26
|
from rich.text import Text
|
27
27
|
from rich.theme import Theme
|
28
|
-
from tensorlake.functions_sdk.image import
|
28
|
+
from tensorlake.functions_sdk.image import Image
|
29
29
|
|
30
30
|
from indexify.executor.api_objects import FunctionURI
|
31
31
|
from indexify.executor.executor import Executor
|
@@ -28,8 +28,7 @@ class SubprocessFunctionExecutorServerFactory(FunctionExecutorServerFactory):
|
|
28
28
|
try:
|
29
29
|
port = self._allocate_port()
|
30
30
|
args = [
|
31
|
-
"--executor-id",
|
32
|
-
config.executor_id,
|
31
|
+
f"--executor-id={config.executor_id}", # use = as executor_id can start with -
|
33
32
|
"--address",
|
34
33
|
_server_address(port),
|
35
34
|
]
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/function_executor.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/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
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/function_executor/single_task_runner.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
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/health_check_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/prometheus_metrics_handler.py
RENAMED
File without changes
|
File without changes
|
{indexify-0.3.10 → indexify-0.3.11}/src/indexify/executor/monitoring/startup_probe_handler.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|