Skip to content

Commit 8604740

Browse files
authored
fix: reparse last month of rfc-index every 15m until we improve the API for new RFCs (ietf-tools#4314)
1 parent c7c366f commit 8604740

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

bin/every15m

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,11 @@ logger -p user.info -t cron "Running $DTDIR/bin/every15m"
1818

1919
# Send mail scheduled to go out at certain times
2020
$DTDIR/ietf/bin/send-scheduled-mail all
21+
22+
# Reparse the last _year_ of RFC index entries
23+
# (which is the default if -d is not provided)
24+
# until https://github.com/ietf-tools/datatracker/issues/3734
25+
# is addressed.
26+
# This takes about 20s on production as of 2022-08-11
27+
$DTDIR/ietf/bin/rfc-editor-index-updates
28+

0 commit comments

Comments
 (0)