Comment 3 for bug 838296

Revision history for this message
Steve Callender (stevecallender) wrote : Re: [Bug 838296] Re: Seperate the MarkItemLost reactors from running with the rest of the daily triggers.

Mike,

Included in this patch should've been a DB update,

UPDATE action_trigger.event_definition set granularity='daily-lost'
where reactor='MarkItemLost' and granularity='daily';

Did I not do it right? I figured it should've been an update script
rather than a change to the master install scripts?

Steve

On 9/7/2011 5:10 PM, Mike Rylander wrote:
> I think there's a mismatch between the granularity being set on the
> definition in the DB and the new one being added to the cron job list.
> It looks like the DB should have a granularity of 'daily-lost'. If
> that's correct, I can make the change.
>