Salve,
vorrei sapere che cosa significano le email con Cron Error e come bisogna procedere quando si ricevono.
Nello specifico, oggi ho ricevuto 10 email identiche, nel giro di 1 minuto, con questo testo:
Cron error while executing core_email_queue_send_all:
exception 'Mage_Core_Exception' with message 'Too late for the schedule.' in /data/vhosts/miosito.com/httpdocs/app/Mage.php:595
Stack trace:
#0 /data/vhosts/miosito.comm/httpdocs/app/code/community/Aoe/Scheduler/Model/Observer.php(47): Mage::throwException('Too late for th...')
#1 /data/vhosts/miosito.com/httpdocs/app/code/core/Mage/Core/Model/App.php(1357): Aoe_Scheduler_Model_Observer->dispatch(Object(Varien_Event_Observer))
#2 /data/vhosts/miosito.com/httpdocs/app/code/core/Mage/Core/Model/App.php(1336): Mage_Core_Model_App->_callObserverMethod(Object(Aoe_Scheduler_Model_Observer), 'dispatch', Object(Varien_Event_Observer))
#3 /data/vhosts/miosito.com/httpdocs/app/Mage.php(448): Mage_Core_Model_App->dispatchEvent('default', Array)
#4 /data/vhosts/miosito.com/httpdocs/cron.php(77): Mage::dispatchEvent('default')
#5 {main}
Cosa significa questa email? Che problema è?
Mi sapete aiutare?
Grazie
Vuol dire che il cron per qualche motivo non è andato a buon fine. Il motivo preciso è difficile da dire, potrebbe essere un problema di hosting oppure un problema nell'eseguire i vari processi.
Una possibile soluzione in ogni caso potrebbe essere quella di aumentare il tempo e la durata dei cron.
http://stackoverflow.com/questions/21168118/magento-1-7-cron-php-too-late-for-the-schedule
Va però valutata meglio la scelta e se è una strada percorribile nel tuo caso specifico.