Comment 3 for bug 1132888

Revision history for this message
Tres Seaver (tseaver) wrote :

I have code checked in for this issue on the
'tseaver-1132888-new_digest_frequencies' branch of the 'karl'
package.

Once deployed, we will need to update the crontab entires to run
extra digest passes, for instance, from the current::

    11 */6 * * * $KARLSERVE digest >> $LOGS/digest.log 2>&1

to::

    11 */6 * * * $KARLSERVE digest daily >> $LOGS/digest.log 2>&1
    * * * * * sun $KARLSERVE digest weekly >> $LOGS/digest.log 2>&1
    * * * * * sun $KARLSERVE digest biweekly >> $LOGS/digest.log 2>&1

It looks as though we need to make changes to the 'karlserve
digest' bit to pass through the frequency, too (it bypasses
the script in the 'karl' packge).