Closed
Bug 1426186
Opened 7 years ago
Closed 7 years ago
document scripts/reprocess.py script and usage
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
Details
Attachments
(1 file)
If you do:
./scripts/reprocess.py --help
it'll give you command line help. However, it's prudent for us to add a "how to reprocess crashes" section to the docs that includes how to use the script in conjunction with other scripts, other ways of reprocessing crashes, and things to be aware of like how it affects our infrastructure.
This bug covers writing up that documentation.
| Assignee | ||
Comment 1•7 years ago
|
||
Peter mentioned updating the README for his reprocess-supersearch script (https://github.com/peterbe/reprocess-supersearch). I think we should document our process first, but otherwise that's probably a good idea. Similarly for any other reprocess systems.
Comment 2•7 years ago
|
||
I can move the reprocess-supersearch repo from peterbe to mozilla too if anything like that helps.
| Assignee | ||
Comment 3•7 years ago
|
||
| Assignee | ||
Comment 4•7 years ago
|
||
Grabbing this to do now because I'm looking at my reprocessing notes from a month ago.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Comment 5•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/9d7d7c5482e28c53126a331fe924baf7fe31b0f0
fixes bug 1426186 - add reprocessing howto
This adds some crude documentation for reprocessing crashes including some
hand-wavey warnings about being cautious about adding crash ids to the queue
faster than they can be processed.
https://github.com/mozilla-services/socorro/commit/45e605d4f0d603a9c785c7cb9e2fb728be1c40dd
Merge pull request #4286 from willkg/1426186-reprocess-help
fixes bug 1426186 - add reprocessing howto
Updated•7 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•