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

Add a plugin that auto-restarts if channels are too quiet #104

Open
zigdon opened this issue May 15, 2017 · 1 comment
Open

Add a plugin that auto-restarts if channels are too quiet #104

zigdon opened this issue May 15, 2017 · 1 comment

Comments

@zigdon
Copy link
Owner

zigdon commented May 15, 2017

Either as a setting, (monitor #xkcd for silence, if nothing said for longer than 10 minutes, restart) or if we want to get fancy, auto-detect what would be a good test (pick the busiest channel, and detect what is an unreasonable silence).

This would help bucket restart after a netsplit where it ends up on an isolated server for whatever reason.

@dgw
Copy link
Collaborator

dgw commented Aug 9, 2017

Is it silence in particular, or would it do to monitor for a flood of QUITs that exceeds some percentage of the channel membership? Reacting to 90% of the channel quitting due to a netsplit would be faster than waiting for silence. It's debatable which would be more prone to false positives.

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

No branches or pull requests

2 participants