Commit 66454403 by David Ormsbee Committed by Kevin Falcone

Add explicit name for LTI provider outcome celery task.

parent 37cdb89a
...@@ -44,7 +44,7 @@ def score_changed_handler(sender, **kwargs): # pylint: disable=unused-argument ...@@ -44,7 +44,7 @@ def score_changed_handler(sender, **kwargs): # pylint: disable=unused-argument
) )
@CELERY_APP.task @CELERY_APP.task(name='lti_provider.tasks.send_outcome')
def send_outcome(points_possible, points_earned, user_id, course_id, usage_id): def send_outcome(points_possible, points_earned, user_id, course_id, usage_id):
""" """
Calculate the score for a given user in a problem and send it to the Calculate the score for a given user in a problem and send it to the
......
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