[09:32] cjwatson, quick question if you are around. Do we only have to stop the ftpmaster publisher (and ppa publisher) for the series opening? I ask because the link to the documentation in the card points to stopping all cron jobs that caused the "IInitializeDistroSeriesJob" to be disabled too. [09:33] So for now, we have manually disabled the publisher jobs via juju config, by setting active=False and enabling all cron jobs via cron control. [09:33] And that seems to have helped so far. [20:51] guruprasad: Technically only the ftpmaster publisher, but it doesn't hurt to stop more things. [20:52] (as long as you don't stop the job you need to run, of course ...) [20:52] I thought there was a cron-control arrangement to stop just the one you need [20:54] guruprasad: Pretty sure "run-action launchpad-cron-control disable-cron job=publish-ftpmaster" would've done it [20:54] active=false is way overkill