Commit 2f595c11 by Simon Chen

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

parent 31853d49
...@@ -235,3 +235,5 @@ def award_program_certificates(self, username): ...@@ -235,3 +235,5 @@ def award_program_certificates(self, username):
# N.B. This logic assumes that this task is idempotent # N.B. This logic assumes that this task is idempotent
LOGGER.info('Retrying task to award failed certificates to user %s', username) LOGGER.info('Retrying task to award failed certificates to user %s', username)
raise self.retry(countdown=countdown, max_retries=config.max_retries) 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