Commit 67fdca18 by Daniel Friedman Committed by Diana Huang

Monitor performance through datadog

parent 2fafaec0
...@@ -162,9 +162,8 @@ def calculate_problem_grade_report(entry_id, xmodule_instance_args): ...@@ -162,9 +162,8 @@ def calculate_problem_grade_report(entry_id, xmodule_instance_args):
Generate a CSV for a course containing all students' weighted problem Generate a CSV for a course containing all students' weighted problem
grades and push the results to an S3 bucket for download. grades and push the results to an S3 bucket for download.
""" """
# Translators: This is a past-tense verb that is inserted into task progress messages as {action}. # Translators: This is a past-tense phrase that is inserted into task progress messages as {action}.
# TODO: can this be the same as the `calculate_grades_csv` action_name? action_name = ugettext_noop('problem distribution graded')
action_name = ugettext_noop('graded')
TASK_LOG.info( TASK_LOG.info(
u"Task: %s, InstructorTask ID: %s, Task type: %s, Preparing for task execution", u"Task: %s, InstructorTask ID: %s, Task type: %s, Preparing for task execution",
xmodule_instance_args.get('task_id'), entry_id, action_name xmodule_instance_args.get('task_id'), entry_id, action_name
......
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