Find answers from the community

Updated 3 months ago

Cancelled

Hi everyone, I created fastapi endpoint using llama index but when I make parallel calls to retriever the event loop is getting terminated, did anyone face issue like this
L
s
4 comments
I did see this the other day with someone else. The solution was to install aynio==4.2.0

Usually though if the even loop gets canceled, there's so other underlying error happening
Okay let me try installin aynio and what needs to be done
It’s already installed still throwing the same error
So something else that's running async is causing the loop to get canceled then... this is pretty hard to debug ngl

What's the full error? Is there anything else before the error that goes wrong?

This might take some hard-core debugging to figure out
Add a reply
Sign up and join the conversation on Discord