fix(query-orchestrator): Use external_id for queue result retrieval t… by ovr · Pull Request #10538 · cube-js/cube
ovr
marked this pull request as ready for review
…o prevent no-cache query loops No-cache queries could loop infinitely when multiple clients queried the same SQL near the long polling timeout edge. The root cause was QUEUE RESULT's mark-delete semantics — the first client to retry would consume the result, forcing others to re-execute the query.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters