Skip to content

Commit 6fb2017

Browse files
committed
Moved the call to notify-expirations from bin/daily to bin/weekly
- Legacy-Id: 17778
1 parent 5e6bb4a commit 6fb2017

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

bin/daily

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0
4242
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
4343
$DTDIR/ietf/bin/expire-ids
4444

45-
# Send notifications about coming expirations
46-
$DTDIR/ietf/bin/notify-expirations
47-
4845
# Send nomcom reminders about nomination acceptance and questionnaires
4946
$DTDIR/ietf/manage.py send_reminders
5047

bin/weekly

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly"
2020

2121
$DTDIR/ietf/manage.py send_apikey_usage_emails
2222

23+
# Send notifications about coming expirations
24+
$DTDIR/ietf/bin/notify-expirations
25+

0 commit comments

Comments
 (0)