bug 855089 - remove redundant cron scripts (NEEDS REBASING to change bug number)#1159
bug 855089 - remove redundant cron scripts (NEEDS REBASING to change bug number)#1159peterbe wants to merge 4 commits intomozilla-services:masterfrom
Conversation
socorro/cron/dailyUrl.py
Outdated
There was a problem hiding this comment.
Are you sure about this one? I see it active in the prod crontab still
|
prod crontab for reference: Socorro cron job manager*/5 * * * * socorro /data/socorro/application/scripts/crons/crontabber.sh Generate data for /status page*/5 * * * * socorro /data/socorro/application/scripts/crons/cron_status.sh Modulelist report for crash-analysis00 17 * * * socorro export JAVA_HOME=/usr/lib/jvm/java-1.6.0; /data/socorro/application/scripts/crons/cron_modulelist.sh Correlation report for crash-analysis05 00 * * * socorro /data/socorro/application/scripts/crons/cron_libraries.sh > /var/log/socorro/cron_libraries.log 2>&1 Daily CSV report for crash-analysis55 03 * * * socorro /data/bin/cron_daily_reports.sh >> /var/log/socorro/cron_daily_reports.log #fixes minidump stuff for b2g PROD ONLY - submit crashes to stage*/4 * * * * socorro /data/socorro/application/scripts/crons/cron_submitter.sh crash-reports.allizom.org 1000 |
…ripts bug 855095 - further spring cleaning
|
r+ |
1 similar comment
|
r+ |
There's some other old crufty looking code in socorro/cron like fixBrokenDumps.py and serverstatus.py which I have don't know about. What I do know is that they we're replaced by crontabber.