You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The root cause of this is that the task is defined to be synchronous and its network call is blocking the execution long enough to cause some of the await post to the phoenix server to be timed out.
To reproduce, use time.sleep. See below.
Note that the Phoenix server received all 7 traces in the above screenshot, but not all 7 experiment runs.
The text was updated successfully, but these errors were encountered:
RogerHYang
changed the title
[BUG] Connection timeout when task is sync function with LLM calls over the network
[BUG] Connection timeout when task is synchronous function with LLM calls over the network
Jul 4, 2024
RogerHYang
changed the title
[BUG] Connection timeout when task is synchronous function with LLM calls over the network
[BUG] timeout error for other coroutines if task is synchronous function that takes too long to run
Jul 4, 2024
Below is the errors you'll see in the guidlines_eval.ipynb notebook.
The root cause of this is that the task is defined to be synchronous and its network call is blocking the execution long enough to cause some of the await post to the phoenix server to be timed out.
To reproduce, use
time.sleep
. See below.Note that the Phoenix server received all 7 traces in the above screenshot, but not all 7 experiment runs.
The text was updated successfully, but these errors were encountered: