- 🇸🇮Slovenia useernamee Ljubljana
Sorry to bother on this closed issue, but I was just wandering why not add another property to warmer plugin configuration "status" and return False in isActive method if that plugin is not enabled. Maybe there could be more "status" properties (one for cron, one for drush) to disable plugin in specific ways of running it.
- 🇨🇦Canada ambient.impact Toronto
An alternative if you don't want to install Ultimate Cron just to disable Warmer cron is the Hux module → 's ability to replace a hook implementation like we did on Omnipedia.
- First commit to issue fork.
- Merge request !24#3273547: 🔧 add config setting to disable automatic enqueuing of warmers during cron execution. → (Open) created by Eli-T
- 🇬🇧United Kingdom Eli-T Manchester
Here is an MR that does not alter current behaviour but allows you to set a boolean config value enqueue_warmers_on_cron_run, which when set to FALSE, will stop warmer from enqueuing all the warmers every time cron runs.
There are CI issues for this MR but they are not related.
- First commit to issue fork.
- 🇩🇪Germany berliner
Added the UI for the config setting previously added by eli-t and fixed the CS errors. Fixing the phpunit tests is out of scope for this issue.