indexify 0.4.7__py3-none-any.whl → 0.4.9__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.
- indexify/executor/function_executor_controller/function_executor_controller.py +1 -1
- indexify/executor/function_executor_controller/loggers.py +4 -6
- {indexify-0.4.7.dist-info → indexify-0.4.9.dist-info}/METADATA +1 -1
- {indexify-0.4.7.dist-info → indexify-0.4.9.dist-info}/RECORD +6 -6
- {indexify-0.4.7.dist-info → indexify-0.4.9.dist-info}/WHEEL +0 -0
- {indexify-0.4.7.dist-info → indexify-0.4.9.dist-info}/entry_points.txt +0 -0
@@ -197,7 +197,7 @@ class FunctionExecutorController:
|
|
197
197
|
task_info.is_cancelled = True
|
198
198
|
logger.info(
|
199
199
|
"cancelling task",
|
200
|
-
allocation_id=task_info.allocation_id,
|
200
|
+
allocation_id=task_info.allocation.allocation_id,
|
201
201
|
)
|
202
202
|
if task_info.aio_task is not None:
|
203
203
|
task_info.aio_task.cancel()
|
@@ -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
|
@@ -28,9 +28,9 @@ indexify/executor/function_executor_controller/debug_event_loop.py,sha256=VJOKe_
|
|
28
28
|
indexify/executor/function_executor_controller/destroy_function_executor.py,sha256=D2idVC-q4etkt65C0qH7TENHDVidSLsSalr6e3HwZWU,843
|
29
29
|
indexify/executor/function_executor_controller/downloads.py,sha256=iVXuDl9mUOOMurpd6wrtIexUHubgvM9GdKxwgwQA44E,6487
|
30
30
|
indexify/executor/function_executor_controller/events.py,sha256=KiK0-fNGHyeLfDiw8dKwl_qIMkJPjiUPdLY0FZYaMf8,5467
|
31
|
-
indexify/executor/function_executor_controller/function_executor_controller.py,sha256=
|
31
|
+
indexify/executor/function_executor_controller/function_executor_controller.py,sha256=KY1YXcHv5lbpQoNoyhEqI1qxXQ-k7mXxgOArSDtiWY4,33577
|
32
32
|
indexify/executor/function_executor_controller/function_executor_startup_output.py,sha256=PXg2r440kqHI3oHGZbb58ehuAuW_fmEdxLTAa-0V3p4,715
|
33
|
-
indexify/executor/function_executor_controller/loggers.py,sha256=
|
33
|
+
indexify/executor/function_executor_controller/loggers.py,sha256=zEY2nt15gboX3SX6Kh1xjeCljZJZSE4lp27qNrg8yPY,3637
|
34
34
|
indexify/executor/function_executor_controller/message_validators.py,sha256=aNiZhYA87pnxUJtZKvKGDt40rfox-TYH2J6mW7o-Pkw,2981
|
35
35
|
indexify/executor/function_executor_controller/metrics/completed_task_metrics.py,sha256=53EGBCLwCEV-RBBeyLPTElrtcveaEM0Fwxs9NmC1Hn8,2724
|
36
36
|
indexify/executor/function_executor_controller/metrics/downloads.py,sha256=KOVTE2OZPCewnCooPyCK1maKe9ddMPvBFp7D_igqugQ,2708
|
@@ -63,7 +63,7 @@ indexify/proto/executor_api.proto,sha256=2rLo6BBeVOkU8rEBSgwmXc7qccLS-Of0CEJKwF0
|
|
63
63
|
indexify/proto/executor_api_pb2.py,sha256=h_1nT-4L7dPR9_ZQ0-igtA97il4wG03dVnQlM8jyD6U,16334
|
64
64
|
indexify/proto/executor_api_pb2.pyi,sha256=RR4J8IotdGYOEqC4iZ5ene6j-sOQRuS8xO6j-pk_lok,22867
|
65
65
|
indexify/proto/executor_api_pb2_grpc.py,sha256=JpT5K6jiS0NJVNyTt1mAPpyJMXuEGeNN2V6R3KmLHZ4,7607
|
66
|
-
indexify-0.4.
|
67
|
-
indexify-0.4.
|
68
|
-
indexify-0.4.
|
69
|
-
indexify-0.4.
|
66
|
+
indexify-0.4.9.dist-info/METADATA,sha256=QVugNkYGYmhSOoFLy9irpwzphkx_8KI2fOUJkczRFcI,1114
|
67
|
+
indexify-0.4.9.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
|
68
|
+
indexify-0.4.9.dist-info/entry_points.txt,sha256=rMJqbE5KPZIXTPIfAtVIM4zpUElqYVgEYd6i7N23zzg,49
|
69
|
+
indexify-0.4.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|