When executing query from adhoc, progress bar is stuck at "send to worker" state
When I execute a query from adhoc, I am not getting output there, eventhough the execution is successful. The progress bar is stuck at "send to worker" state. But from execs tab, I can see the query is successful and was executed within seconds.
Additional information:
I have a querybook helm chart deployment of latest version. I am using contour ingress with httpproxy with websocket enabled. Database is postgressql
We have also observed the same issue but have been unable to find a resolution.
I believe the issue is that if the query completes "too quickly", either:
- The server doesn't send the websocket event indicating that the query has completed, or
- The server does send the event, but the browser is slow to start listening for events from this execution ID, so it misses it.
We haven't spent much time investigating it yet though.
Hi @baumandm
Well, this takes away the user experience totally. I do not see any specific errors in web or worker logs to troubleshoot further. can you give me some tips on troubleshooting this further?