Open jankulma opened 7 months ago
Currently the command isnt being executed with other cron commands. As per docs it should have "oro:cron" namespace:
https://doc.oroinc.com/backend/cron/
A scheduled command in OroPlatform is a regular Symfony console command that implements additional CronCommandScheduleDefinitionInterface and has the oro:cron namespace.
Currently the command isnt being executed with other cron commands. As per docs it should have "oro:cron" namespace:
https://doc.oroinc.com/backend/cron/