You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Once we have some more experience at Yelp with exactly what tools we need to monitor doloop, we should add corresponding binaries to doloop. Examples:
utility to call stats() on a table
utility to check() on particular IDs
a nagios plugin to make sure that IDs aren't delayed for too long
a web dashboard
We'll need some way to read in database credentials. Probably the best way is a my.cnf file, read with MySQLdb.connect(read_default_file=...).
We should put this on the back burner for a while to avoid building useless utilities. Some or all of these might make more sense as separate projects.
The text was updated successfully, but these errors were encountered:
Once we have some more experience at Yelp with exactly what tools we need to monitor doloop, we should add corresponding binaries to
doloop
. Examples:stats()
on a tablecheck()
on particular IDsWe'll need some way to read in database credentials. Probably the best way is a
my.cnf
file, read withMySQLdb.connect(read_default_file=...)
.We should put this on the back burner for a while to avoid building useless utilities. Some or all of these might make more sense as separate projects.
The text was updated successfully, but these errors were encountered: