rusackas commented on PR #43007: URL: https://github.com/apache/superset/pull/43007#issuecomment-5248353825
@verdier this is the direction I asked for on the issue, and the write-up holds up. Couple of things before it merges though. @aminghadersohi's ask for a semaphore in this PR rather than a follow-up seems right to me, that 30s stall is a full freeze on the event loop, not just backpressure. Also #42629 is chasing the same bug with a ContextVar scoped to the MCP call instead of the global scopefunc. Worth comparing notes with that PR before we pick one to land. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
