ECOM-3640 add a new info log message on program certificate task to mark successful task completion

This commit is contained in:
Simon Chen
2016-02-16 14:48:55 +00:00
parent 31853d49cc
commit 2f595c111f

View File

@@ -235,3 +235,5 @@ def award_program_certificates(self, username):
# N.B. This logic assumes that this task is idempotent
LOGGER.info('Retrying task to award failed certificates to user %s', username)
raise self.retry(countdown=countdown, max_retries=config.max_retries)
LOGGER.info('Successfully completed the task award_program_certificates for username %s', username)