Socorro:Releases/10

From MozillaWiki
Jump to navigation Jump to search
  • bug 747562 adds statsd support, statsdHost needs to be configured in /etc/socorro/common.conf
  • bug 749462 adds crontabber cron job manager
    • need postgres.ini configured and in /etc/socorro/
    • need to enable in crontab
      • dev: Done (Thu May 17 11:59:23 PDT 2012)
      • stage: bug 756205
      • prod: TODO
PYTHONPATH="/data/socorro/application:/data/socorro/thirdparty"
# crontabber is a cronjob manager for Socorro
*/5 * * * * socorro /data/socorro/application/socorro/cron/crontabber.py --admin.conf=/data/socorro/application/config/crontabber.ini > /var/log/socorro/crontabber.log 2>&1
22 * * * * socorro /data/socorro/application/scripts/crons/cron_fixbrokendumps.sh