Create worker
[MAILPOET-1859]
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user