Colin Watson has proposed merging lp:~cjwatson/launchpad/package-upload-notification-job-main into lp:launchpad.
Commit message: Drop PackageUploadNotificationJob from FREQUENT to MAIN. Requested reviews: Colin Watson (cjwatson) For more details, see: https://code.launchpad.net/~cjwatson/launchpad/package-upload-notification-job-main/+merge/270377 Drop PackageUploadNotificationJob from FREQUENT to MAIN. This means that we don't need to add another explicit crontab entry for it, and it's only a backstop for celery anyway so doesn't have to be frequent. -- Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/services/config/schema-lazr.conf' --- lib/lp/services/config/schema-lazr.conf 2015-09-03 15:14:07 +0000 +++ lib/lp/services/config/schema-lazr.conf 2015-09-08 10:46:14 +0000 @@ -1817,7 +1817,7 @@ [IPackageUploadNotificationJobSource] module: lp.soyuz.interfaces.archivejob dbuser: queued -crontab_group: FREQUENT +crontab_group: MAIN [IPersonMergeJobSource] module: lp.registry.interfaces.persontransferjob
_______________________________________________ Mailing list: https://launchpad.net/~launchpad-reviewers Post to : [email protected] Unsubscribe : https://launchpad.net/~launchpad-reviewers More help : https://help.launchpad.net/ListHelp

