-
Notifications
You must be signed in to change notification settings - Fork 19
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
[ SENSU && Rabbit ] : Timer based re-connection #11
Comments
Perhaps it should use seconds as the unit, to be consistent with the other time attributes? |
Hi, Sean. Agreed. Regards, Andrei |
Hi, Sean. Is this feature planned? Thanks in advance. Regards, Andrei |
Hi, @portertech . Any luck on integrating this one. Thanks in advance. Regards, Andrei |
@chiriaev hi there! Sorry for the radio silence on this one. We've had a bunch of other balls in the air related to the transport, but we should be able to revisit this soon. |
Guys, Hi. Would a SENSU client-related feature to re-set/re-connect your Rabbit transport every configurable once in a while, makes sense? One use-case would be to re-balance client connections over a VIP faced Rabbit cluster. It could look like that in a "transport" block:
...
{
"transport": {
"name": "stomp",
"reconnect": "15"
}
}
...
I already facilitated a similar change in NXLOG:
...
...
Opinions?
Regards, Andrei
The text was updated successfully, but these errors were encountered: