Hello everywhere!
I've realized strange issue on engine yard. At second time cron tasks were vanished. We have there two instances. We use whenever gem with deployment hook to renew tasks when server is restarted. This issue appeared when I changed deployment hook for make cron jobs running only on master instance(for not to duplicate processes).
I suppose that this happens when takeover process is performed. So slave becomes the master(Viva Metallica) and on this instance are no cron jobs until deployment script is runned again.
Am I right? How to solve this?
Thanks in advance.