Create cron worker for calculating scrore

[MAILPOET-3525]
This commit is contained in:
Pavel Dohnal
2021-04-20 13:19:47 +02:00
committed by Veljko V
parent 06d2cc8cb7
commit 274da5cd64
2 changed files with 38 additions and 1 deletions

View File

@ -47,5 +47,4 @@ class StatisticsOpensRepository extends Repository {
$subscriber->setEngagementScore($score);
$this->entityManager->flush();
}
}