ranking-agent / aragorn

A Translator ARA combining asynchronous database querying, answer coalescence, and answer ranking.
MIT License
4 stars 3 forks source link

Strider NN and KP timeouts #250

Open cbizon opened 5 months ago

cbizon commented 5 months ago

Running in TEST the query find chemicals that decrease JAK1. This should have plenty of results, but we return 0.

PK: a5731faf-7cd8-42f2-81ef-5cf6030931fa

cbizon commented 4 months ago

Running in dev, I get 500 results

cbizon commented 4 months ago

Ran in test, 0 results Ran in CI, 1 result

cbizon commented 4 months ago

Digging into various OTEL traces, the main culprit seems to be NN timeouts. Looking into it.

cbizon commented 4 months ago

This appears to be due to something odd happening with httpx and / or asyncio getting hung up when there are lots of connects. This has been an ongoing issue; labeling tech debt.

cbizon commented 3 months ago

Need to rerun this in CI/dev