View Issue Details

IDProjectCategoryView StatusLast Update
2581Composrcorepublic2016-05-31 05:36
ReporterChris Graham Assigned ToChris Graham  
PrioritynormalSeverityfeature 
Status resolvedResolutionfixed 
Summary2581: 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.
Attach Tags
Time estimation (hours)1
Sponsorship open

Sponsor

Date Added Member Amount Sponsored

Activities

Chris Graham

2016-05-10 17:25

administrator   ~3906

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

PDStig

2016-05-24 04:52

administrator   ~3968

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   ~3976

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 PDStig Note Added: 0003968
2016-05-31 05:32 Chris Graham Note Added: 0003976
2016-05-31 05:36 Chris Graham Status Not Assigned => Resolved
2016-05-31 05:36 Chris Graham Resolution open => fixed
2016-05-31 05:36 Chris Graham Assigned To => Chris Graham