#1170 Increase cronjob that rebuilds docs.fedoraproject.org
Closed: Fixed None Opened 15 years ago by quaid.

Can we bump the cronjob that rebuilds docs.fedoraproject.org up to four times a day?

We've got a few things that need publishing ongoing while we are working on the CMS. We can enable people to do that with just waiting for a six hour window.

I know the checkout size is huge; I'm sure we can come up with something that works. Ideas I've had:

  • Identify all the content that is static (90%?), un-tag it as LIVE, and hack the sync script to either not overwrite it or to copy/symlink it back in.
  • Pick a new tag other than LIVE, pull that content in, then symlink in the static content

05 01,07,14,21 * * * root /root/bin/docs-sync > /dev/null 2> /dev/null

Just closing this, it was done a while back. We're now keeping a local cache in:

/var/cache/docsSite/

Making the sync faster and requiring less bandwidth.

Login to comment on this ticket.

Metadata