Which is pretty muych what job module is already. See http://extensions.xwiki.org/xwiki/bin/view/Extension/Job+Module On Sat, Nov 10, 2012 at 12:36 AM, Fabio Mancinelli < [email protected]> wrote:
Hi,
while working on a project I developed this simple system for managing the execution of long running execute-once tasks. It uses the scheduler and it provides a nice framework for logging and error reporting.
The main use case for this extension is batch import of data, but also execute-once maintenance operations. Basically every task that is too long or heavy to be carried on in a single request, and doesn't really qualify to be a scheduler job.
You can think of this system as a task queue that is processed in the background.
I am contributing it to xwiki contrib.
Thanks, Fabio _______________________________________________ devs mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/devs
-- Thomas Mortagne