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

mysql_watcher: created a new basic mysql service watcher #26

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

qasimkhan
Copy link

This watcher can be used for load balancing

@igor47
Copy link
Collaborator

igor47 commented Feb 6, 2014

some comments:

  • i'm not a fan of shelling out when the task can easily be accomplished by built-in modules. it introduces an unenforceable dependency that's left to the system operator, and is pretty expensive. plus, the way you're shelling out here would reveal some db credentials on the command line
  • there are no timeouts enforced here

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

Successfully merging this pull request may close these issues.

2 participants