Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
translate5 command line tool fix for cron commands. In details: cron did not trigger the cron related events.
-
Empty show more show less
Description
As of now we don't fire any cron related events on cron command run, events like `periodical` and `daily` are triggered only in CronController scope.
We have to create separate class CronEventTrigger that will incapsulate corresponding logic and trigger events in both controller and cli routing