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.
@@ -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
- function_executor_id=(
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
- graph_name=(
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
- function_name=(
81
+ fn=(
84
82
  task_result.function_name if task_result.HasField("function_name") else None
85
83
  ),
86
- graph_invocation_id=(
84
+ invocation_id=(
87
85
  task_result.graph_invocation_id
88
86
  if task_result.HasField("graph_invocation_id")
89
87
  else None
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: indexify
3
- Version: 0.4.7
3
+ Version: 0.4.9
4
4
  Summary: Open Source Indexify components and helper tools
5
5
  Home-page: https://github.com/tensorlakeai/indexify
6
6
  License: Apache 2.0
@@ -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=ZwFA10rJbt34Z_TXYvc2Au9BpokjA-O83-AhuBev7RQ,33566
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=0yYPZAD33WGTacsoI5jatAysDn20wtJ6u-0MmMvefR8,3687
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.7.dist-info/METADATA,sha256=PsmSPvzUisSajFpPO14R9DuJXVzqxRncw4SoYYsXuIk,1114
67
- indexify-0.4.7.dist-info/WHEEL,sha256=RaoafKOydTQ7I_I3JTrPCg6kUmTgtm4BornzOqyEfJ8,88
68
- indexify-0.4.7.dist-info/entry_points.txt,sha256=rMJqbE5KPZIXTPIfAtVIM4zpUElqYVgEYd6i7N23zzg,49
69
- indexify-0.4.7.dist-info/RECORD,,
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,,