程序包 org.olat.lms.commons.scheduler

Scheduling tasks Scheduling stuff is now done with Spring config.

请参阅: 说明

程序包org.olat.lms.commons.scheduler的说明

Scheduling tasks

Scheduling stuff is now done with Spring config. Search for olatextconfig.xml in package resources/serviceconfig/commons/scheduler

You can easily schedule repeating tasks with either a fixed time interval or use cron style syntax for scheduling interval

Make sure that you use the JobWithDb class if your job is accessing the database!