After restarted MySQL Resque won't work
Created by: yvmarques
Hi,
Every times you restart MySQL you must restart resque otherwise you will get this error
Mysql2::Error: MySQL server has gone away: SELECT `projects`.* FROM `projects` WHERE `projects`.`path` = 'path' LIMIT 1
This is a little annoying as, I'm using Monit to monitor my process and before to send alerts, Monit try to restart the process (MySQL in my case).
I'm using the latest stable code.