stage3_worker.py: log sidecar response body on non-200
This commit is contained in:
@@ -107,7 +107,8 @@ def ingest_to_graphiti(source, full_text, orientation):
|
||||
payload = {"episodes": episodes, "group_id": "aaron", "saga": source}
|
||||
|
||||
resp = requests.post(f"{GRAPHITI_URL}/episodes/bulk", json=payload, timeout=INGEST_TIMEOUT)
|
||||
resp.raise_for_status()
|
||||
if not resp.ok:
|
||||
raise RuntimeError(f"Sidecar {resp.status_code}: {resp.text[:500]}")
|
||||
return resp.json()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user