On 05/07/2012 15:04, Bob Lannoy wrote:
> Hi guys,
>
> I've sometimes had a problem with notification mails being sent every
> two minutes.
> It doesn't happen very often so it's hard to track the cause.
> What I see in console is that the mail has been SENT and also in the
> DB in the task table it has the SENT status.
> The notification loop stops when I delete that task.
>
> Anyone experience a similar issue?

Hi Bob,
just some items to help you understanding what's happening and possibly
how to make it reproducible (in order to fix it).

* the NotificationJob runs by default every 2 minutes
* the NotificationJob searches for NotificationTask items with
latestExecStatus as NULL
* the NotificationJob executes each of such NotificationTask items (i.e.
send out e-mails)

Hope this helps.
Regards.

-- 
Francesco Chicchiriccò

ASF Member, Apache Cocoon PMC and Apache Syncope PPMC Member
http://people.apache.org/~ilgrosso/

Reply via email to