From 219c3015d7da179b7b1dacc048737962d51de964 Mon Sep 17 00:00:00 2001 From: Henrik Levkowetz Date: Thu, 1 Jun 2017 20:58:54 +0000 Subject: [PATCH] Added the meeting attendance fetcher to the daily cronjobs - Legacy-Id: 13491 --- bin/daily | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bin/daily b/bin/daily index c60c1357b..f868e933d 100755 --- a/bin/daily +++ b/bin/daily @@ -34,3 +34,7 @@ $DTDIR/ietf/bin/expire-last-calls # Enable when removed from /a/www/ietf-datatracker/scripts/Cron-runner: $DTDIR/ietf/bin/rfc-editor-index-updates -d 1969-01-01 +# Fetch meeting attendance data from ietf.org/registration/attendees +$DTDIR/ietf/manage.py fetch_meeting_attendance --latest + +