From: Kyle Mathews <mathews.kyle@gmail.com>
To: development@drupal.org
Sent: Tue, December 14, 2010 1:22:08 PM
Subject: [development] Module for scheduling work?
For a module I'm writing, I need a way for end users to be able to schedule tasks to happen (e.g. send out an email). Is there a helper module or PHP class out there that I can use to trigger these tasks being completed, both one time tasks and recurring tasks? Googling has found a few options but none were that satisfactory so I'm curious what other people have used for similar situations.
Thanks