Add background job to track historical WooCommerce revenues

[MAILPOET-1857]
This commit is contained in:
Jan Jakeš
2019-06-05 13:11:35 +02:00
committed by M. Shull
parent a92a3de26d
commit 574f10b029
8 changed files with 102 additions and 4 deletions

View File

@@ -54,5 +54,6 @@ class Daemon {
yield $this->workers_factory->createInactiveSubscribersWorker($this->timer);
yield $this->workers_factory->createWooCommerceSyncWorker($this->timer);
yield $this->workers_factory->createAuthorizedSendingEmailsCheckWorker($this->timer);
yield $this->workers_factory->createWooCommerceOrdersWorker($this->timer);
}
}