Moved the call to notify-expirations from bin/daily to bin/weekly

- Legacy-Id: 17778
This commit is contained in:
Henrik Levkowetz 2020-05-11 14:45:57 +00:00
parent 5e6bb4a44f
commit 6fb2017e96
2 changed files with 3 additions and 3 deletions

View file

@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
$DTDIR/ietf/bin/expire-ids
# Send notifications about coming expirations
$DTDIR/ietf/bin/notify-expirations
# Send nomcom reminders about nomination acceptance and questionnaires
$DTDIR/ietf/manage.py send_reminders

View file

@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly"
$DTDIR/ietf/manage.py send_apikey_usage_emails
# Send notifications about coming expirations
$DTDIR/ietf/bin/notify-expirations