magemojo / m2-ce-cron

Magento 2 cron project to fix bugs and common cron issues.
https://magemojo.com
MIT License
165 stars 45 forks source link

Compatible with MAGEPLAZA Cron Scheduler #117

Open tim-breitenstein-it opened 3 years ago

tim-breitenstein-it commented 3 years ago

Hi,

does anyone have experience whether the two modules are compatible with each other?

https://github.com/mageplaza/magento-2-cron-schedule

https://www.mageplaza.com/magento-2-cron-schedule/

onlinebizsoft commented 3 years ago

@marcinbojanowski @gnuzealot

JesKingDev commented 3 years ago

They don't conflict, but not all of the MagePlaza cron features are compatible. IMO, refactoring so the two can work together would be a great thing but it would be a bit of a lift.

onlinebizsoft commented 3 years ago

@JesKingDev can you give a hint for what might be not working so the community can check and may make some pull requests if needed?

The scheduler one is quite simple, just view the cron job log to the grid and add extra action to execute from admin.

JesKingDev commented 2 years ago

@tim-breitenstein-it and @onlinebizsoft - Based on my installation of both modules and reviewing the code, it looks like these are indeed compatible. There are some key differences in how the two are implemented, but here's what I found:

From the MagePlaza features list

onlinebizsoft commented 2 years ago

Look like it is not compatible because Scheduler module has option to Enable/Disable certain cron job and Mojo one is not aware of these flag data