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

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

parent 31853d49
No related branches found
Tags release-2020-11-19-11.03
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