← Back to team overview

launchpad-reviewers team mailing list archive

Re: [Merge] lp:~ines-almeida/lp-production-crontabs/update-lang-pack-exports into lp:lp-production-crontabs

 

Review: Approve



Diff comments:

> === modified file 'scripts.lp.internal-launchpad'
> --- scripts.lp.internal-launchpad	2023-05-31 18:01:50 +0000
> +++ scripts.lp.internal-launchpad	2023-06-14 09:46:40 +0000
> @@ -26,9 +26,7 @@
>  30 10 * * 2 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu focal --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
>  30 10 * * 3 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu trusty --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
>  30 10 * * 4 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu bionic --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
> -30 10 * * 5 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu lunar --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
> -30 10 * * 6 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu kinetic --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
> -30 12 * * 0 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu mantic --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log
> +30 12 * * 5 nice -16 $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/language-pack-exporter.py ubuntu mantic --force-utf8-encoding -q --log-file=INFO:/srv/launchpad.net/production-logs/rosetta/language-pack-exporter.log

This could go back to `30 10 * * 5` (i.e. matching the same hour as all the other jobs) now that we no longer need to deal with having more exports than we have days in the week.

>  
>  # Archive package cache updater
>  19 7 * * * $LP_PY /srv/launchpad.net/production/launchpad/cronscripts/update-pkgcache.py -q --log-file=/srv/launchpad.net/production-logs/update-pkgcache.log


-- 
https://code.launchpad.net/~ines-almeida/lp-production-crontabs/update-lang-pack-exports/+merge/444719
Your team Launchpad code reviewers is subscribed to branch lp:lp-production-crontabs.



References