Skip to content
Snippets Groups Projects
Commit 4b8a7371 authored by Simon Chen's avatar Simon Chen
Browse files

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
No related merge requests found
......@@ -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)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment