Commit 4b8a7371 by Simon Chen

Merge pull request #11553 from edx/schen/ECOM-3640

ECOM-3640 add a new info log message on program certificate task to mark successful task completion
parents 96544493 2f595c11
......@@ -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)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment