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:
Jennifer Richards 2024-03-18 16:05:11 +10:00 committed by GitHub
parent 09afd85657
commit 902ff53040
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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