Skip to content

Document SQL Server queue length monitoring interval options#8374

Merged
mauroservienti merged 2 commits into
masterfrom
sql-queuelength-monitoring-options
Jul 3, 2026
Merged

Document SQL Server queue length monitoring interval options#8374
mauroservienti merged 2 commits into
masterfrom
sql-queuelength-monitoring-options

Conversation

@ramonsmits

@ramonsmits ramonsmits commented Jun 26, 2026

Copy link
Copy Markdown
Member

Draft. Documents the two new SQL Server transport connection-string options introduced in:


  • QueueLengthQueryDelayInterval — base poll cadence for queue length monitoring (default 1000 ms).
  • QueueLengthQueryMaxDelayInterval — ceiling for the adaptive back-off while every monitored queue is idle (default 10000 ms; set equal to the base to disable).

Added to the SQL section of servicecontrol/transports.md, mirroring how the Azure Service Bus transport already documents QueueLengthQueryDelayInterval.

Adds QueueLengthQueryDelayInterval and QueueLengthQueryMaxDelayInterval
(base cadence + adaptive idle back-off) introduced by Particular/ServiceControl#5555.
Comment thread servicecontrol/transports.md Outdated
Co-authored-by: Mauro Servienti <mauro.servienti@gmail.com>
@ramonsmits ramonsmits marked this pull request as ready for review July 3, 2026 07:24
@mauroservienti mauroservienti merged commit b050280 into master Jul 3, 2026
4 checks passed
@mauroservienti mauroservienti deleted the sql-queuelength-monitoring-options branch July 3, 2026 07:56
@ramonsmits

Copy link
Copy Markdown
Member Author

Will be part of ServiceControl v6.18.0

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.

2 participants