Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calculate queue sizes automatically from publishing interval and sampling interval #2300

Closed
marcschier opened this issue Jul 25, 2024 · 0 comments
Labels
feature request New feature or request
Milestone

Comments

@marcschier
Copy link
Collaborator

Add a new experimental option (--aq) to automatically set a monitored item’s (tag’s) queue sizes max(1, roundup(subscription publishinginterval / samplinginterval)).

The server might revise the queue size lower, which we already show in the log.

Future:

[ ] Having an API to get this information for a subscription with the revised values and status information

@marcschier marcschier added the feature request New feature or request label Jul 25, 2024
@marcschier marcschier added this to the 2.9.10 milestone Jul 25, 2024
marcschier added a commit that referenced this issue Jul 27, 2024
…2297)

* Update nuget dependencies
* Publish Start/stop tests
* Fix seconds heartbeat bug #2292 
* Fix condition handling stop working and heartbeat timer stopping on reconnect #2288 
* Add ipi option #2299 
* Session per writer #2298 
* Setting ska and slt options to default to 0 #2294 
* Add auto calculation of qs. #2300 
* Document browse path formats and fix issue when node id is missing #2296 
* API and sample to dump session, channel and subscription diagnostics from server #2303
* Better validation for missing node id on inputs to the configuration API.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant