protected function resetQueue()
 {
     $table = $this->product->getConnection()->table($this->product->getTable());
     $table->update(array('update_queue' => 0));
 }