View Issue Details

IDProjectCategoryView StatusLast Update
0002581Composrcorepublic2016-05-31 05:36
ReporterChris GrahamAssigned ToChris Graham 
SeverityFeature-request 
Status resolvedResolutionfixed 
Product Version 
Fixed in Version 
Summary0002581: Logging of attached error messages during CRON
DescriptionIf a recoverable failure happens during CRON, like a failed sent email, we should log it. Currently it goes silent.
TagsNo tags attached.
Time estimation (hours)1
Sponsorship open

Activities

Chris Graham

2016-05-10 17:25

administrator   ~0003906

Actually possibly log it regardless of CRON. Errors should be logged if it is some kind of system problem, not just shown.

Patrick Schmalstig

2016-05-24 04:52

administrator   ~0003968

If it's a CRON error, it may be an issue if we don't have some sort of check for duplicate errors. What might happen is a permanent error may exist in CRON that needs fixing... and if CRON runs every X minutes, then a new log about the error will be made every X minutes.

Chris Graham

2016-05-31 05:32

administrator   ~0003976

Good point about CRON. For CRON we'll make it so it can only add an error log message or error mail if there's not been one in the last 5 minutes.

Issue History

Date Modified Username Field Change
2016-05-10 17:24 Chris Graham New Issue
2016-05-10 17:25 Chris Graham Note Added: 0003906
2016-05-24 04:52 Patrick Schmalstig Note Added: 0003968
2016-05-31 05:32 Chris Graham Note Added: 0003976
2016-05-31 05:36 Chris Graham Status non-assigned => resolved
2016-05-31 05:36 Chris Graham Resolution open => fixed
2016-05-31 05:36 Chris Graham Assigned To => Chris Graham