diff options
Diffstat (limited to 'cron/crontab.in.in')
-rw-r--r--[-rwxr-xr-x] | cron/crontab.in.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cron/crontab.in.in b/cron/crontab.in.in index 49f27c72..540dfc1d 100755..100644 --- a/cron/crontab.in.in +++ b/cron/crontab.in.in @@ -22,3 +22,6 @@ # turn this on if the internal archiver is used and # GZIP_ARCHIVE_TXT_FILES is false in mm_cfg.py 27 3 * * * @PYTHON@ -S @prefix@/cron/nightly_gzip +# +# At 4:30AM daily, cull old entries from the 'bad' and 'shunt' queues. +30 4 * * * @PYTHON@ -S @prefix@/cron/cull_bad_shunt |