Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
f71e7cac
Commit
f71e7cac
authored
Feb 12, 2016
by
Jim Abramson
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
adjust comment about program certification retry
parent
fcfb0f4a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
openedx/core/djangoapps/programs/tasks/v1/tasks.py
+3
-3
No files found.
openedx/core/djangoapps/programs/tasks/v1/tasks.py
View file @
f71e7cac
...
...
@@ -146,9 +146,9 @@ def award_program_certificates(self, username):
countdown
=
2
**
self
.
request
.
retries
# If either programs or credentials config models are disabled for this
# feature,
this task should not have been invoked in the first place, and
#
an error somewhere is likely (though a race condition is also possible).
#
In either case, the task should not be executed nor should it be retried
.
# feature,
it may indicate a condition where processing of such tasks
#
has been temporarily disabled. Since this is a recoverable situation,
#
mark this task for retry instead of failing it altogether
.
if
not
config
.
is_certification_enabled
:
LOGGER
.
warning
(
'Task award_program_certificates cannot be executed when program certification is disabled in API config'
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment