Add Beamer Worker
This commit is contained in:
committed by
M. Shull
parent
6ff194e8e5
commit
2fe193d5d9
@@ -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);
|
||||
|
Reference in New Issue
Block a user