magemojo/m2-ce-cron

DI compile error on Magento 2.2.11

andrey-bondarenko opened this issue · 3 comments

We have updated our store to Magento 2.2.11 and I got this error

Class Magento\MessageQueue\Model\Cron\ConsumersRunner does not exist

You use this class in https://github.com/magemojo/m2-ce-cron/blob/master/Model/Schedule.php
But in Magento 2.2.11 this module doesn't exist

same issue on my end.

error when compiling magento

The latest version of the cron module is not compatible with magento versions prior to 2.3. Use the 1.2 version of the module, instructions are in the readme.

thank you