diff --git a/services/parser/worker.py b/services/parser/worker.py index 78083c3..b0374e3 100644 --- a/services/parser/worker.py +++ b/services/parser/worker.py @@ -169,7 +169,7 @@ async def process_job( await rds.rpush(queue_key(QUEUE_EXTRACTION), json.dumps(inject_trace_context({ "document_id": doc_id, "ticker": ticker, - "normalized_text": text[:8000], + "normalized_text": text[:32000], }))) PARSE_JOBS_TOTAL.labels(status="parsed").inc() PARSE_QUALITY_SCORE.observe(parsed.quality_score)