Create worker

[MAILPOET-1859]
This commit is contained in:
Pavel Dohnal
2019-07-09 11:14:14 +02:00
committed by M. Shull
parent d79b9443b6
commit 8a86a473df
5 changed files with 48 additions and 5 deletions

View File

@@ -44,6 +44,7 @@ class Daemon {
private function getWorkers() {
yield $this->workers_factory->createMigrationWorker($this->timer);
yield $this->workers_factory->createStatsNotificationsWorker($this->timer);
yield $this->workers_factory->createStatsNotificationsWorkerForAutomatedEmails($this->timer);
yield $this->workers_factory->createScheduleWorker($this->timer);
yield $this->workers_factory->createQueueWorker($this->timer);
yield $this->workers_factory->createSendingServiceKeyCheckWorker($this->timer);