Added by Dirkjan van Diepen, last edited by Dirkjan van Diepen on Oct 23, 2008  (view change)

Labels:

Enter labels to add to this page:
Wait Image 
Looking for a label? Just start typing.

Frequencies 

There are four types of frequencies specified in the e-Alert service. Subscribers can subscribe themselves ans specify at which frequency they will receive emails.

Cron jobs

To send the emails to the subscribers, some cron jobs have to be specified. The values that are specified for each cron job specify the time and frequency that mails will be send for each frequency. Below is an overview of the default values which are provided.

# Notifier notification process cron
hca.notifier.processDirectly.cron=0 0,10,20,30,40,50 * * * ?
hca.notifier.processDaily.cron=0 0 0 * * ?
hca.notifier.processWeekly.cron=0 0 0 ? * 1
hca.notifier.processMonthly.cron=0 0 0 1 * ?

You can visit the Opensymphony Quartz cron trigger tutorial for more information about the configuration of Quartz cron triggers.