Beispiel #1
0
 protected function beforeStart()
 {
     parent::beforeStart();
     $this->getOperationHistory()->setContentData('connection_id', $this->getRequestConnectionId());
 }
Beispiel #2
0
 protected function beforeStart()
 {
     Mage::helper('M2ePro/Data_Global')->setValue('cron_running', true);
     parent::beforeStart();
     $this->distributeLoadIfNeed();
 }