← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/run-git-reclaim-job into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/run-git-reclaim-job into lp:launchpad.

Commit message:
Run IReclaimGitRepositorySpaceJobSource from process-job-source-groups MAIN.

Requested reviews:
  Launchpad code reviewers (launchpad-reviewers)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/run-git-reclaim-job/+merge/260277

Run IReclaimGitRepositorySpaceJobSource from process-job-source-groups MAIN.  Our celery setup doesn't seem to handle scheduled_start correctly, so this is a reasonable alternative given that these jobs aren't urgent.
-- 
Your team Launchpad code reviewers is requested to review the proposed merge of lp:~cjwatson/launchpad/run-git-reclaim-job into lp:launchpad.
=== modified file 'lib/lp/services/config/schema-lazr.conf'
--- lib/lp/services/config/schema-lazr.conf	2015-05-26 13:35:50 +0000
+++ lib/lp/services/config/schema-lazr.conf	2015-05-27 11:27:48 +0000
@@ -1729,6 +1729,7 @@
     IPlainPackageCopyJobSource,
     IProcessAcceptedBugsJobSource,
     IQuestionEmailJobSource,
+    IReclaimGitRepositorySpaceJobSource,
     IRemoveArtifactSubscriptionsJobSource,
     ISevenDayCommercialExpirationJobSource,
     IThirtyDayCommercialExpirationJobSource
@@ -1821,6 +1822,7 @@
 [IReclaimGitRepositorySpaceJobSource]
 module: lp.code.interfaces.gitjob
 dbuser: branchscanner
+crontab_group: MAIN
 
 [IRemoveArtifactSubscriptionsJobSource]
 module: lp.registry.interfaces.sharingjob


Follow ups