Closed
Bug 1315284
Opened 9 years ago
Closed 9 years ago
fix pigeon to look at throttle character in crash id
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Pigeon was written such that it sends crash_ids to rabbitmq for all crashes saved to S3.
We want it to only send crash_ids to rabbitmq for crashes saved to S3 where the 7th-to-last character is a 0.
For example, this crash_id gets processed:
de1bb258-cbbf-4589-a673-34f800160918
^
And this one does not:
de1bb258-cbbf-4589-a673-34f801160918
^
Assignee | ||
Comment 1•9 years ago
|
||
Before doing this, I had to add test infrastructure in this PR: https://github.com/mozilla/socorro-pigeon/pull/8
After that lands, I'll write tests, then I can tackle this bug.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•9 years ago
|
||
In this PR: https://github.com/mozilla/socorro-pigeon/pull/12
Landed earlier today. Marking as FIXED.
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•