30 $this->_queueCollectionFactory = $queueCollectionFactory;
38 public function scheduledSend()
41 $countOfSubscriptions = 20;
44 $collection = $this->_queueCollectionFactory->create();
45 $collection->setPageSize($countOfQueue)->setCurPage(1)->addOnlyForSendingFilter()->load();
47 $collection->walk(
'sendPerSubscriber', [$countOfSubscriptions]);
__construct(\Magento\Newsletter\Model\ResourceModel\Queue\CollectionFactory $queueCollectionFactory)