← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~ilasc/lp-production-crontabs/add-repack-cron-job into lp:lp-production-crontabs

 


Diff comments:

> === modified file 'ackee.canonical.com-launchpad'
> --- ackee.canonical.com-launchpad	2020-12-15 12:45:29 +0000
> +++ ackee.canonical.com-launchpad	2021-04-14 13:58:49 +0000
> @@ -85,6 +85,9 @@
>  
>  07 */6 * * * $LP_PY /srv/launchpad.net/production/launchpad/scripts/script-monitor.py -U script_monitor 360 anonster:process-death-row
>  
> +# Git Repository Repack
> +35 */4 * * * $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/repack_git_repositories.py -v --log-file=INFO:/srv/launchpad.net/production-logs/repack-git-repositories.log

This needs `BRZ_PLUGIN_PATH=/srv/launchpad.net/production/launchpad/brzplugins` as well, as discovered on qastaging.

> +
>  # language-pack-exporter takes a while. check start day +1
>  00 01 * * 2,5,3,6 $LP_PY /srv/launchpad.net/production/launchpad/scripts/script-monitor.py -U script_monitor 1200 loganberry:language-pack-exporter
>  


-- 
https://code.launchpad.net/~ilasc/lp-production-crontabs/add-repack-cron-job/+merge/401120
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~ilasc/lp-production-crontabs/add-repack-cron-job into lp:lp-production-crontabs.


References