[MAILPOET-1571]
This commit is contained in:
Pavel Dohnal
2019-01-10 11:04:51 +01:00
parent 96f2f79d48
commit ef5eba31d1
7 changed files with 709 additions and 23 deletions

View File

@@ -21,9 +21,9 @@ class Daemon {
CronHelper::saveDaemon($settings_daemon_data);
try {
$this->executeMigrationWorker();
$this->executeStatsNotificationsWorker();
$this->executeScheduleWorker();
$this->executeQueueWorker();
$this->executeStatsNotificationsWorker();
$this->executeSendingServiceKeyCheckWorker();
$this->executePremiumKeyCheckWorker();
$this->executeBounceWorker();