Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
2f595c11
Commit
2f595c11
authored
9 years ago
by
Simon Chen
Browse files
Options
Downloads
Patches
Plain Diff
ECOM-3640 add a new info log message on program certificate task to mark successful task completion
parent
31853d49
No related branches found
Branches containing commit
Tags
release-2020-11-19-11.03
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
openedx/core/djangoapps/programs/tasks/v1/tasks.py
+2
-0
2 additions, 0 deletions
openedx/core/djangoapps/programs/tasks/v1/tasks.py
with
2 additions
and
0 deletions
openedx/core/djangoapps/programs/tasks/v1/tasks.py
+
2
−
0
View file @
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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment