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

[ SENSU && Rabbit ] : Timer based re-connection #11

Open
chiriaev opened this issue Apr 24, 2015 · 5 comments
Open

[ SENSU && Rabbit ] : Timer based re-connection #11

chiriaev opened this issue Apr 24, 2015 · 5 comments
Labels

Comments

@chiriaev
Copy link

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:
...

<Schedule>
    Every   15 min
    Exec    reconnect();
</Schedule>

...

Opinions?

Regards, Andrei

@portertech
Copy link
Contributor

Perhaps it should use seconds as the unit, to be consistent with the other time attributes?

@chiriaev
Copy link
Author

Hi, Sean. Agreed. Regards, Andrei

@chiriaev
Copy link
Author

Hi, Sean. Is this feature planned? Thanks in advance. Regards, Andrei

@chiriaev
Copy link
Author

Hi, @portertech . Any luck on integrating this one. Thanks in advance. Regards, Andrei

@calebhailey
Copy link

@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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants