launchpad-reviewers team mailing list archive
-
launchpad-reviewers team
-
Mailing list archive
-
Message #26888
[Merge] lp:~ilasc/lp-production-crontabs/add-repack-cron-job into lp:lp-production-crontabs
Ioana Lasc has proposed merging lp:~ilasc/lp-production-crontabs/add-repack-cron-job into lp:lp-production-crontabs.
Commit message:
Enable the git repack cron job
Requested reviews:
Launchpad code reviewers (launchpad-reviewers)
For more details, see:
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.
=== 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
+
# 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
Follow ups