Closed
Bug 975266
Opened 11 years ago
Closed 10 years ago
refactor bugzilla cron job
Categories
(Socorro :: Backend, task)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: lonnen, Unassigned)
References
Details
The bugzilla cron is the last place we use the legacy singleRowSql function and SQLDidNotReturnSingleRow exception. It also has several class methods that are actually static methods, and deep-ish indentation with many try blocks, iteration loops, and long conditional blocks.
It's worth cleaning up just to remove those deprecated functions, but the overall readability stands out as a rich target of opportunity.
| Reporter | ||
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•