Add cron job for generating/re-generating template thumbnail files
[MAILPOET-2686]
This commit is contained in:
committed by
Veljko V
parent
58bcca67ed
commit
b10bb31321
@@ -86,5 +86,6 @@ class Daemon {
|
||||
if ($this->featureSwitch->isSupported(FeaturesController::RE_ENGAGEMENT_EMAIL)) {
|
||||
yield $this->workersFactory->createReEngagementEmailsSchedulerWorker();
|
||||
}
|
||||
yield $this->workersFactory->createNewsletterTemplateThumbnailsWorker();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user