Add cron worker for reporting subscriber stats

[MAILPOET-3868]
This commit is contained in:
Rostislav Wolny
2021-10-28 16:28:30 +02:00
committed by Veljko V
parent b07326aaa4
commit ffe291c521
12 changed files with 149 additions and 31 deletions

View File

@@ -292,6 +292,7 @@ class DaemonHttpRunnerTest extends \MailPoetTest {
'createStatsNotificationsWorkerForAutomatedEmails' => $worker,
'createSendingServiceKeyCheckWorker' => $worker,
'createPremiumKeyCheckWorker' => $worker,
'createSubscribersStatsReportWorker' => $worker,
'createBounceWorker' => $worker,
'createMigrationWorker' => $worker,
'createWooCommerceSyncWorker' => $worker,