Excessive "Skip processing" log message -- what does it mean?
Open
question
- Dominant language
- Rust
- Stars
- 20.8k
- Forks
- 2.1k
- Avg merge
- 1d 2h
- Merged PRs (30d)
- 181
Description
**Problem**
What is the purpose of the "Skip processing" log message in QueryQueue.js? For a single request this message is being logged 500+ times.
https://github.com/cube-js/cube/blob/7107dc3ca0d8bf0b56076eb00a6cb862f1a12cd4/packages/cubejs-query-orchestrator/src/orchestrator/QueryQueue.js#L943-L955
I tried to understand from reading the code, but it wasn't clear to me. Is it because the query is entering a queue, and the result is not ready to be processed? I couldn't quite figure it out.
Any guidance would be greatly appreciated. Thank you!
Contributor guide
Assessment
This issue has not been assessed yet.