Moved the call to notify-expirations from bin/daily to bin/weekly
- Legacy-Id: 17778
This commit is contained in:
parent
5e6bb4a44f
commit
6fb2017e96
|
@ -42,9 +42,6 @@ $DTDIR/ietf/manage.py run_yang_model_checks -v0
|
||||||
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
|
# Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner:
|
||||||
$DTDIR/ietf/bin/expire-ids
|
$DTDIR/ietf/bin/expire-ids
|
||||||
|
|
||||||
# Send notifications about coming expirations
|
|
||||||
$DTDIR/ietf/bin/notify-expirations
|
|
||||||
|
|
||||||
# Send nomcom reminders about nomination acceptance and questionnaires
|
# Send nomcom reminders about nomination acceptance and questionnaires
|
||||||
$DTDIR/ietf/manage.py send_reminders
|
$DTDIR/ietf/manage.py send_reminders
|
||||||
|
|
||||||
|
|
|
@ -20,3 +20,6 @@ logger -p user.info -t cron "Running $DTDIR/bin/weekly"
|
||||||
|
|
||||||
$DTDIR/ietf/manage.py send_apikey_usage_emails
|
$DTDIR/ietf/manage.py send_apikey_usage_emails
|
||||||
|
|
||||||
|
# Send notifications about coming expirations
|
||||||
|
$DTDIR/ietf/bin/notify-expirations
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue