Socorro:Releases/10: Difference between revisions
Jump to navigation
Jump to search
(formatting) |
(staging crontabber bug) |
||
| (4 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
* {{Bug|747562}} | * {{Bug|747562}} adds statsd support, statsdHost needs to be configured in /etc/socorro/common.conf | ||
** dev: | ** dev: Done. (Thu May 17 11:59:23 PDT 2012) | ||
** stage: | ** stage: {{Bug|756169}} | ||
** prod: | ** prod: {{Bug|756169}} | ||
* {{bug|749462}} adds crontabber cron job manager | * {{bug|749462}} adds crontabber cron job manager | ||
** need postgres.ini configured and in /etc/socorro/ | ** need postgres.ini configured and in /etc/socorro/ | ||
*** dev: | *** dev: Done (Thu May 17 11:59:23 PDT 2012) | ||
*** stage: | *** stage: {{bug|756190}} | ||
*** prod: | *** prod: {{bug|756190}} | ||
** need to enable in crontab | ** need to enable in crontab | ||
*** dev: | *** dev: Done (Thu May 17 11:59:23 PDT 2012) | ||
*** stage: | *** stage: {{bug|756205}} | ||
*** prod: | *** prod: TODO | ||
PYTHONPATH="/data/socorro/application:/data/socorro/thirdparty" | PYTHONPATH="/data/socorro/application:/data/socorro/thirdparty" | ||
# crontabber is a cronjob manager for Socorro | # 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 | */5 * * * * socorro /data/socorro/application/socorro/cron/crontabber.py --admin.conf=/data/socorro/application/config/crontabber.ini > /var/log/socorro/crontabber.log 2>&1 | ||
* | * {{bug|639514}} disable fixBrokenDumps in crontab | ||
** dev: | ** dev: Done (Thu May 17 11:59:23 PDT 2012) | ||
** stage: | ** stage: {{bug|756196}} | ||
** prod: | ** prod: {{bug|756196}} | ||
22 * * * * socorro /data/socorro/application/scripts/crons/cron_fixbrokendumps.sh | |||
Latest revision as of 19:14, 17 May 2012
- bug 747562 adds statsd support, statsdHost needs to be configured in /etc/socorro/common.conf
- dev: Done. (Thu May 17 11:59:23 PDT 2012)
- stage: bug 756169
- prod: bug 756169
- bug 749462 adds crontabber cron job manager
- need postgres.ini configured and in /etc/socorro/
- dev: Done (Thu May 17 11:59:23 PDT 2012)
- stage: bug 756190
- prod: bug 756190
- need to enable in crontab
- dev: Done (Thu May 17 11:59:23 PDT 2012)
- stage: bug 756205
- prod: TODO
- need postgres.ini configured and in /etc/socorro/
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
- bug 639514 disable fixBrokenDumps in crontab
- dev: Done (Thu May 17 11:59:23 PDT 2012)
- stage: bug 756196
- prod: bug 756196
22 * * * * socorro /data/socorro/application/scripts/crons/cron_fixbrokendumps.sh