Add explicit name for LTI provider outcome celery task.

This commit is contained in:
David Ormsbee
2015-08-29 20:22:27 -04:00
committed by Kevin Falcone
parent 37cdb89a5e
commit 664544035a

View File

@@ -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):
"""
Calculate the score for a given user in a problem and send it to the