Closed
Bug 1440471
Opened 8 years ago
Closed 7 years ago
remove RawUpdateChannelCronApp and raw_update_channels table
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(2 files)
The RawUpdateChannelCronApp is a crontabber app that calls the update_raw_update_channel stored procedure with no args. That runs the stored procedure operating on b2g things.
We don't do b2g anymore, so all of that can be removed where "all of that" is:
1. the crontabber app
2. the update_raw_update_channel stored procedure
3. the backfill_raw_update_channel stored procedure
4. the related bits in other stored procedures
5. any related tests
At a bare minimum, we should nix the crontabber job code and tests. That reduces what we're running in crontabber.
This bug covers that work.
| Assignee | ||
Comment 1•8 years ago
|
||
We can nix the raw_update_channels table, too.
| Assignee | ||
Updated•8 years ago
|
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 2•8 years ago
|
||
| Assignee | ||
Updated•8 years ago
|
Summary: remove RawUpdateChannelCronApp → remove RawUpdateChannelCronApp and raw_update_channels table
Comment 3•8 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/9bb4797dd4f6385bbdbe68f3ddde23528b80f99b
bug 1440471 - remove RawUpdateChannelCronApp
https://github.com/mozilla-services/socorro/commit/282aa8d192345652240cbad1ad6e596ebb8690e6
Merge pull request #4352 from willkg/1429563-crontabber
bug 1429563, 1440474, 1440471, 1440496 - clean up crontabber jobs
| Assignee | ||
Comment 4•8 years ago
|
||
Unassigning myself from bugs I'm not immediately working on and/or have some meaningful progress on.
Assignee: willkg → nobody
Status: ASSIGNED → NEW
| Assignee | ||
Comment 5•7 years ago
|
||
Grabbing this to do.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
| Assignee | ||
Comment 6•7 years ago
|
||
Comment 7•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/7924d3012f2bfca67e057a2d40ab8bb906b04be5
fix bug 1440471: remove raw_update_channels
https://github.com/mozilla-services/socorro/commit/ad9801d5d7e82350ed9c9b402d64bee83f395d53
Merge pull request #4426 from willkg/1440471-1434425-raw-graphics
fix bug 1440471, 1434425 - remove raw_update_channels and graphics_device related things
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
•