From 8604740bf055b325e47c2c7dcd8b624f7ba4cd37 Mon Sep 17 00:00:00 2001 From: Robert Sparks Date: Thu, 11 Aug 2022 14:20:31 -0500 Subject: [PATCH] fix: reparse last month of rfc-index every 15m until we improve the API for new RFCs (#4314) --- bin/every15m | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bin/every15m b/bin/every15m index 93e5ba670..c0b0752f6 100755 --- a/bin/every15m +++ b/bin/every15m @@ -18,3 +18,11 @@ logger -p user.info -t cron "Running $DTDIR/bin/every15m" # Send mail scheduled to go out at certain times $DTDIR/ietf/bin/send-scheduled-mail all + +# Reparse the last _year_ of RFC index entries +# (which is the default if -d is not provided) +# until https://github.com/ietf-tools/datatracker/issues/3734 +# is addressed. +# This takes about 20s on production as of 2022-08-11 +$DTDIR/ietf/bin/rfc-editor-index-updates +