Active
Project:
SuperCron
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
1 Dec 2010 at 15:50 UTC
Updated:
1 Dec 2010 at 15:50 UTC
As I see, one module can have only one hook_cron function. But very often modules needs more cron functions with different run intervals, for example - every day, every monday and at 5 day of every month.
At now users needs to split one hook_cron function to parts and check the times manually.
Will be good to add ability for adding custom function running via supercron rules.