Skip to content

[pull] master from cube-js:master#325

Merged
pull[bot] merged 3 commits intocode:masterfrom
cube-js:master
Mar 2, 2026
Merged

[pull] master from cube-js:master#325
pull[bot] merged 3 commits intocode:masterfrom
cube-js:master

Conversation

@pull
Copy link

@pull pull bot commented Mar 2, 2026

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

igorlukanin and others added 3 commits March 2, 2026 15:35
…elled by mutex, fix #10261 (#10274)

Co-authored-by: Dmitry Patsura <talk@dmtry.me>
…ency (#9705)

In production clusters where it contains N nodes, it shares the same concurrency. It leads to a point where every node tries to pick up jobs as much as concurrency is defined for the whole cluster. To minimize he effect of competition between nodes, it's important to reduce the number of tries to process by active jobs.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.