Modify the cronExpression property of the mailPollTrigger bean in schedulingSubsystemContext.xml
file.
![]() | In Confluence installation directory, this file is jarred in <confluence installation directory>/confluence/WEB-INF/lib/confluence-x.x.jar. |
For example, the expression below will fire at 12pm (noon) every day:
<property name="cronExpression"> <value>0 0 12 * * ?</value> </property>
![]() | Cron expression You may also like to view an information on how to create Cron expressions to provide the ability to specify complex time combination. |