indexify 0.2.33__py3-none-any.whl → 0.2.34__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/agent.py +3 -3
- {indexify-0.2.33.dist-info → indexify-0.2.34.dist-info}/METADATA +1 -1
- {indexify-0.2.33.dist-info → indexify-0.2.34.dist-info}/RECORD +6 -6
- {indexify-0.2.33.dist-info → indexify-0.2.34.dist-info}/LICENSE.txt +0 -0
- {indexify-0.2.33.dist-info → indexify-0.2.34.dist-info}/WHEEL +0 -0
- {indexify-0.2.33.dist-info → indexify-0.2.34.dist-info}/entry_points.txt +0 -0
indexify/executor/agent.py
CHANGED
@@ -299,7 +299,6 @@ class ExtractorAgent:
|
|
299
299
|
image_version=image_version,
|
300
300
|
labels=runtime_probe.labels,
|
301
301
|
).model_dump()
|
302
|
-
|
303
302
|
logging.info("registering_executor", executor_id=self._executor_id)
|
304
303
|
try:
|
305
304
|
async with get_httpx_client(self._config_path, True) as client:
|
@@ -311,10 +310,11 @@ class ExtractorAgent:
|
|
311
310
|
headers={"Content-Type": "application/json"},
|
312
311
|
) as event_source:
|
313
312
|
if not event_source.response.is_success:
|
314
|
-
resp = await event_source.response
|
313
|
+
resp = await event_source.response
|
314
|
+
resp_content = resp.aread()
|
315
315
|
logging.error(
|
316
316
|
f"failed to register",
|
317
|
-
resp=str(
|
317
|
+
resp=str(resp_content),
|
318
318
|
status_code=event_source.response.status_code,
|
319
319
|
)
|
320
320
|
await asyncio.sleep(5)
|
@@ -5,7 +5,7 @@ indexify/data_loaders/__init__.py,sha256=Y5NEuseTcYAICRiweYw5wBQ2m2YplbsY21I7df-
|
|
5
5
|
indexify/data_loaders/local_directory_loader.py,sha256=fCrgj5drnW71ZUdDDvcB1-VJjIs1w6Q8sEW0HSGSAiA,1247
|
6
6
|
indexify/data_loaders/url_loader.py,sha256=32SERljcq1Xsi4RdLz2dgyk2TER5pQPTtXl3gUzwHbY,1533
|
7
7
|
indexify/error.py,sha256=qAWr8R6AxPkjsxHSzXTc8zqYnNO_AjOqqYEPsQvF1Zs,238
|
8
|
-
indexify/executor/agent.py,sha256=
|
8
|
+
indexify/executor/agent.py,sha256=FxKEoabt9b3YR7cl26uEcGtOuusTJyCQjoA7zOy2aX8,14100
|
9
9
|
indexify/executor/api_objects.py,sha256=mvmwGbK4paJNQGFvbtNHMPpiH_LpVhrlRnCcrqS6HOQ,859
|
10
10
|
indexify/executor/downloader.py,sha256=dHLxoBnX8-Bh4yZtFDYptZNF6rlVtmTk_70JK8Ect5w,4184
|
11
11
|
indexify/executor/executor_tasks.py,sha256=A0UIEZ5VaB6zSkFQG81UmTW0E57MTYhGlaXuAbRV8lQ,1884
|
@@ -28,8 +28,8 @@ indexify/http_client.py,sha256=iLafZagCFnlTS6uHfOjInogjg0uXW_zXEspIN7ttB5I,15903
|
|
28
28
|
indexify/remote_graph.py,sha256=aox9NibZIU8YDiP92syerFSjiZc2jVPkF6g2kfqOvCA,5003
|
29
29
|
indexify/remote_pipeline.py,sha256=oqx57rSPszNS3DToXO_nf-CKqkCZWptm1u_p3orV_gQ,790
|
30
30
|
indexify/settings.py,sha256=Ny59mzYI4gbXoK8hjx66a_men6ndbd1J1zCTcKOoyzg,50
|
31
|
-
indexify-0.2.
|
32
|
-
indexify-0.2.
|
33
|
-
indexify-0.2.
|
34
|
-
indexify-0.2.
|
35
|
-
indexify-0.2.
|
31
|
+
indexify-0.2.34.dist-info/LICENSE.txt,sha256=xx0jnfkXJvxRnG63LTGOxlggYnIysveWIZ6H3PNdCrQ,11357
|
32
|
+
indexify-0.2.34.dist-info/METADATA,sha256=GMGPVYUyKI8b02nA7b5xkG7d8gvyyqlxEOw75uCTkYI,6197
|
33
|
+
indexify-0.2.34.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
34
|
+
indexify-0.2.34.dist-info/entry_points.txt,sha256=Pih7WV-XMpAzI5dEvROcpLr-ybVhd9Y-AtuzBKUdcDs,49
|
35
|
+
indexify-0.2.34.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|