clean up processor started_datetime/starteddatetime and completed_datetime/completeddatetime
Categories
(Socorro :: Processor, task, P2)
Tracking
(Not tracked)
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
I was looking at this line:
start_time = self.logger.info("starting transform for crash: %s", crash_id)
and that made no sense to me. That variable gets assigned to processor_meta_data and doesn't get used anywhere. Which is good because the value is always None. Looking at the reconstitute code here:
Looks like there have been several variations of both of these fields.
They don't get displayed anywhere in the webapp. I think they're supposed to mark the start and end datetime for the most recent processing run for the crash report.
Bug #1626811 covers improving the processor notes so they're more of a log of what happened and are more helpful. I think the start/completed times should definitely go in there. I'm on the fence about whether to store them in the processed crash as well.
This bug covers cleaning all this up.
| Assignee | ||
Comment 1•4 years ago
|
||
I was just looking at this. Might as well grab it now.
| Assignee | ||
Comment 2•4 years ago
|
||
| Assignee | ||
Comment 3•4 years ago
|
||
| Assignee | ||
Comment 4•4 years ago
|
||
I deployed this to prod in bug #1744108. Marking as FIXED.
Description
•