Active
Project:
Elysia Cron
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2013 at 16:11 UTC
Updated:
4 Apr 2020 at 05:41 UTC
Jump to comment: Most recent
Can you add a setting in hook_cronapi to make cron disabled par default. I've found no way to do this. For example, i want to disable standard cron when my module is enabled.
function mymodule_cronapi() {
$items['mymodule_cron'] = array(
'description' => "Standard cron",
'disabled' => true,
);
return $items;
}
Comments
Comment #1
andrey.troeglazov commentedComment #2
kala4ek