Closed
Bug 1179265
Opened 10 years ago
Closed 7 years ago
get modified cron jobs from crash-analysis landed in socorro repo
Categories
(Socorro :: General, task)
Socorro
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: rhelmer, Assigned: jschneider)
Details
To get everything working in AWS, I've modified the following crontab entries:
# Correlation report for crash-analysis
05 00 * * * socorro /usr/bin/envconsul -once -prefix socorro/common -upcase -sanitize /data/bin/cron_libraries.sh >> /var/log/socorro/cron_libraries.log 2>&1
# Missing symbols report
00 17 * * * socorro /usr/bin/envconsul -once -prefix socorro/common -upcase -sanitize /data/bin/cron_missing_symbols.sh >> /var/log/socorro/missing_symbols.log 2>&1
The following files need to be modified (they are in /data/bin):
* cron_daily_reports.sh
* cron_libraries.sh
* cron_missing_symbols.sh
Finally, I found this present on the old crash-analysis server and not checked in (it's used by cron_libraries.sh aka correlations):
* tar_crashes.py
Reporter | ||
Comment 1•10 years ago
|
||
For the moment I created an image of the EC2 node, but this won't help for rebuilding from scratch.
Assignee | ||
Updated•10 years ago
|
Assignee: rhelmer → jschneider
Assignee | ||
Comment 2•10 years ago
|
||
I don't see those files anywhere rhelmer, did we recycle nodes?
I've started https://github.com/mozilla/socorro-infra/pull/202 for this, just need those files.
Flags: needinfo?(rhelmer)
Assignee | ||
Comment 3•10 years ago
|
||
Disregard rhelmer, I misread and thought it was the admin crontabber box.
I'll redo this PR and get those files.
Flags: needinfo?(rhelmer)
Assignee | ||
Comment 4•10 years ago
|
||
Updated the PR, and this is ready to rock.
Reporter | ||
Comment 5•10 years ago
|
||
Thanks for grabbing this one! Sorry I left a mess for you.
Comment 6•7 years ago
|
||
I'm pretty sure this is done or irrelevant or something now. Marking as FIXED.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•