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

Consumers Governor is configurable, but module always expects consumers to use it #138

Open nwcasebolt opened 1 year ago

nwcasebolt commented 1 year ago

The consumers governor is configurable through admin:

Screenshot 2023-09-07 at 1 26 31 PM

If the governor is enabled, Schedule.php will execute consumer jobs using strace.

However, even though the consumers governor may be enabled or disabled, Schedule.php later assumes that it is always enabled for consumers. If the governor is actually disabled, no output will be recorded.