Scheduling stuff is now done with Spring config. Search for schedulerContext.xml in package org.olat.core.commons.services.scheduler._spring
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!