-
-
Notifications
You must be signed in to change notification settings - Fork 269
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
Add options to limit the send queue length #950
Conversation
9a070a4
to
81b55c1
Compare
Does anyone have an idea why CI fails on this? I mean, I see a lot of "errors", but they are not related to this change? |
Dear @mrunge, thanks for the PR! This is Vox Pupuli Tasks, your friendly Vox Pupuli Github Bot. I noticed that your pull request has CI failures. Can you please have a look at the failing CI jobs? |
Is there a way to test this patch on top of another PR, like on #951 ? |
Collectd has the option to limit the send queue lenght for amqp1. This patch adds support for that. For reference, that was added in https://github.com/collectd/collectd/pull/3432/files
This reverts commit 9f098b8. It is only indirectly connected with the SendQueueLength patch.
including 0. The parameter should not become negative.
Collectd has the option to limit the send queue lenght
for amqp1. This patch adds support for that.
For reference, that was added in
https://github.com/collectd/collectd/pull/3432/files