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
For some reason the get_datapoint_to_label() function is blocking on acquiring the lock for about 1.8 seconds. In this time, the loader thread is spending time on new_data = fetch_job.result().to_dataframe() It shouldn't have the lock at that point though. Not sure.
I actually still see this occasionally. I'm not blocking launch on it, but when I have time I found a new profiling tool that may help me track it down. Let's leave it open for now.
No description provided.
The text was updated successfully, but these errors were encountered: