Add SimpleWorker to calculate Subscriber email_counts

[MAILPOET-4177]
This commit is contained in:
Brezo Cordero
2022-03-17 22:19:34 -05:00
committed by Veljko V
parent 8b7b234446
commit ba1da229a8
8 changed files with 266 additions and 0 deletions

View File

@@ -67,6 +67,7 @@ class Daemon {
yield $this->workersFactory->createBounceWorker();
yield $this->workersFactory->createExportFilesCleanupWorker();
yield $this->workersFactory->createBeamerkWorker();
yield $this->workersFactory->createSubscribersEmailCountsWorker();
yield $this->workersFactory->createInactiveSubscribersWorker();
yield $this->workersFactory->createUnsubscribeTokensWorker();
yield $this->workersFactory->createWooCommerceSyncWorker();