It would be nice if we could specify the scheduler to run at a specific delay but also at specific period later on. For example:
<task class="com.mypackage.scheduler.mySixthTask" delay="0" time="6:00:00" period="1d" />
Log in to post a comment.