Closed
Bug 575682
Opened 15 years ago
Closed 15 years ago
Need a middleware layer call to submit priority processing jobs
Categories
(Socorro :: General, task)
Tracking
(Not tracked)
RESOLVED
FIXED
1.8
People
(Reporter: dre, Assigned: lars)
Details
The call should do two things:
1. Add the ooid to the table crash_reports_index_priority_unprocessed_flag (a call to hbaseClient put_crash_report_indices will do the trick [ http://code.google.com/p/socorro/source/browse/trunk/socorro/hbase/hbaseClient.py#593 ])
2. Post the /priority/ submission to the processor cluster
2a. use the hbaseHost config param found in commonconfig, but needs to use the serverPort config param from processorconfig. Maybe we should rename these parameters?
Assignee | ||
Comment 1•15 years ago
|
||
done!
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
Updated•14 years ago
|
Component: Socorro → General
Product: Webtools → Socorro
You need to log in
before you can comment on or make changes to this bug.
Description
•