Closed
Bug 1066156
Opened 10 years ago
Closed 10 years ago
crontabber reprocessjobs failing
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
102
People
(Reporter: lars, Assigned: lars)
Details
I noticed in the crontabber logs that the ReprocessJobs job is failing everytime it is run. This is because it is sending dict to the RabbitMQ crash storage instead of a DotDict. RabbitMQ tries to access the fields with dot notation and that fails with a regular dict.
Comment 1•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/2cf68e1fe121a2f38ebd22c7a561eb17efe8d0bb
Merge pull request #2354 from twobraids/crontabber-reprocessing
fixes Bug 1066156 - fixed raw_crash type in ReprocessingJobs
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Comment 2•10 years ago
|
||
Commit pushed to master at https://github.com/mozilla/socorro
https://github.com/mozilla/socorro/commit/91f1289fe387b0935447d6bdbc6ef420fc957240
Merge pull request #2355 from twobraids/reverse-logic-on-reprocessing
re- fixes Bug1066156 - reverse the legacy_processing_flag logic
Updated•10 years ago
|
Target Milestone: --- → 102
You need to log in
before you can comment on or make changes to this bug.
Description
•