fix: Disable send-review-reminders from bin/daily (#7221)
* fix: Disable send-review-reminders from bin/daily * fix: Fix typo Co-authored-by: Robert Sparks <rjsparks@nostrum.com> --------- Co-authored-by: Robert Sparks <rjsparks@nostrum.com>
This commit is contained in:
parent
09afd85657
commit
902ff53040
|
@ -47,8 +47,5 @@ $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-last-calls
|
$DTDIR/ietf/bin/expire-last-calls
|
||||||
|
|
||||||
# Send reminders originating from the review app
|
|
||||||
$DTDIR/ietf/bin/send-review-reminders
|
|
||||||
|
|
||||||
# Purge older PersonApiKeyEvents
|
# Purge older PersonApiKeyEvents
|
||||||
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14
|
$DTDIR/ietf/manage.py purge_old_personal_api_key_events 14
|
||||||
|
|
Loading…
Reference in a new issue