Skip to content

app/vlselect: respect -search.maxQueueDuration when waiting for a free concurrency slot#1555

Open
func25 wants to merge 2 commits into
masterfrom
fix-search-maxqueueduration
Open

app/vlselect: respect -search.maxQueueDuration when waiting for a free concurrency slot#1555
func25 wants to merge 2 commits into
masterfrom
fix-search-maxqueueduration

Conversation

@func25

@func25 func25 commented Jun 30, 2026

Copy link
Copy Markdown
Member

Queued requests now give up after -search.maxQueueDuration as documented, instead of waiting up to -search.maxQueryDuration. This prevents a few slow queries from stalling other requests when -search.maxConcurrentRequests is saturated.

Fixes #1554.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 2 files

Re-trigger cubic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

vlselect: -search.maxQueueDuration is not enforced when waiting for a free concurrency slot

1 participant