Closed
Bug 1445685
Opened 7 years ago
Closed 7 years ago
remove U32p (aka UploadCrashReportJSONSchemaCronApp)
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: willkg, Assigned: willkg)
References
Details
Attachments
(1 file)
We just added a script that uploads the JSON schema to the telemetry bucket. Once we change the infrastructure to do this as a post-deploy step, then we no longer need the crontabber job named UploadCrashReportJSONSchemaCronApp.
This bug covers waiting until we can remove it, then removing it.
Assignee | ||
Comment 1•7 years ago
|
||
Bug #1447722 landed, so I think we can go forward with this. Grabbing it to do this week.
Assignee: nobody → willkg
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Commits pushed to master at https://github.com/mozilla-services/socorro
https://github.com/mozilla-services/socorro/commit/f7dd201b83dcb108064df71aa3b3955a9892312e
fix bug 1445685: remove UploadCrashReportJSONSchemaCronApp
We do this as a post-deploy step by running:
socorro-cmd upload_telemetry_schema
We don't need to run this as a crontabber job anymore.
https://github.com/mozilla-services/socorro/commit/f0eeca46b164dfaf7e0e79b19eddd253b10dcf77
Merge pull request #4435 from willkg/1445685-remove-upload
fix bug 1445685: remove UploadCrashReportJSONSchemaCronApp
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
•