Add Beamer Worker

This commit is contained in:
Amine Ben hammou
2019-06-20 15:43:26 +01:00
committed by M. Shull
parent 6ff194e8e5
commit 2fe193d5d9
3 changed files with 40 additions and 0 deletions

View File

@@ -51,6 +51,7 @@ class Daemon {
yield $this->workers_factory->createPremiumKeyCheckWorker($this->timer);
yield $this->workers_factory->createBounceWorker($this->timer);
yield $this->workers_factory->createExportFilesCleanupWorker($this->timer);
yield $this->workers_factory->createBeamerkWorker($this->timer);
yield $this->workers_factory->createInactiveSubscribersWorker($this->timer);
yield $this->workers_factory->createWooCommerceSyncWorker($this->timer);
yield $this->workers_factory->createAuthorizedSendingEmailsCheckWorker($this->timer);