diff options
author | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-01 17:13:29 -0800 |
---|---|---|
committer | Tim Almdal <tnalmdal@shaw.ca> | 2010-02-01 17:13:29 -0800 |
commit | a10bdd8f0e436e8bb41430ca5d18fb2e1682773c (patch) | |
tree | 9e1eea64ba583450a78019cec7312beb1d2afa82 /modules/scheduler/module.info | |
parent | 5ded9e8ac5935e41c08d1766974ce31890efd7f0 (diff) |
Add a task scheduling module. In the admin maintenance, create an event from an existing task. When the task becomes due, it will run depending on traffic to the web site. It uses the gallery_shutdown event to time slice the task.
Diffstat (limited to 'modules/scheduler/module.info')
-rw-r--r-- | modules/scheduler/module.info | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/scheduler/module.info b/modules/scheduler/module.info new file mode 100644 index 00000000..15355dfb --- /dev/null +++ b/modules/scheduler/module.info @@ -0,0 +1,3 @@ +name = "Scheduler" +description = "Schedule tasks to run at specific times and intervals" +version = 1 |