/**
  * Collection Init Select
  *
  * @param \Magento\Framework\Model\ModelResource\Db\AbstractDb $resource
  * @return $this
  */
 protected function _initSelect()
 {
     parent::_initSelect();
     $this->addFieldToFilter('lock_expires', ['notnull' => true]);
 }