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

No new cron jobs being generated after plugin is installed #115

Open pmonosolo opened 3 years ago

pmonosolo commented 3 years ago

Just installed the plugin on two different development sites: 1) on docker on my local machine the plugin runs perfect 2) on Ubuntu server, there is an issue where it does not generate new pending jobs and does not run any of the pending jobs.

It seems to be similar case to: https://github.com/magemojo/m2-ce-cron/issues/41

As soon as I de-install the plugin the cron starts back up and starts running cronjobs.

Any ideas what I could look at to fix the issue?