CitoEngine / cito_engine

Alert management and automation tool
Apache License 2.0
17 stars 14 forks source link

Poller: better error handling for DB connection drops #40

Closed extremeunix closed 9 years ago

extremeunix commented 9 years ago

For low traffic instances, mysql connection drops after wait_timeout. Have to catch this error, and retry processing this message once the connection is up. This fix should also hold true if the DB is down for a longer time.