From 664544035a74a91dbfe3005d153b3c32acf22b27 Mon Sep 17 00:00:00 2001 From: David Ormsbee Date: Sat, 29 Aug 2015 20:22:27 -0400 Subject: [PATCH] Add explicit name for LTI provider outcome celery task. --- lms/djangoapps/lti_provider/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lms/djangoapps/lti_provider/tasks.py b/lms/djangoapps/lti_provider/tasks.py index cf11489f5d..2db49f8c0d 100644 --- a/lms/djangoapps/lti_provider/tasks.py +++ b/lms/djangoapps/lti_provider/tasks.py @@ -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