Add cron job for generating/re-generating template thumbnail files

[MAILPOET-2686]
This commit is contained in:
Rostislav Wolny
2021-10-19 10:31:26 +02:00
committed by Veljko V
parent 58bcca67ed
commit b10bb31321
8 changed files with 56 additions and 0 deletions

View File

@@ -86,5 +86,6 @@ class Daemon {
if ($this->featureSwitch->isSupported(FeaturesController::RE_ENGAGEMENT_EMAIL)) {
yield $this->workersFactory->createReEngagementEmailsSchedulerWorker();
}
yield $this->workersFactory->createNewsletterTemplateThumbnailsWorker();
}
}