import task decorator from celery APP instance in CMS (#25953)
* import task decorator from celery APP instance instead of celery package in CMS * replaced task decorator with shared_task in cms and common * Fixed import of shared_task * Fixed import
Showing
- cms/djangoapps/cms_user_tasks/tasks.py 2 additions, 2 deletionscms/djangoapps/cms_user_tasks/tasks.py
- cms/djangoapps/contentstore/tasks.py 6 additions, 6 deletionscms/djangoapps/contentstore/tasks.py
- common/djangoapps/entitlements/tasks.py 2 additions, 2 deletionscommon/djangoapps/entitlements/tasks.py
- common/djangoapps/student/tasks.py 2 additions, 2 deletionscommon/djangoapps/student/tasks.py
- common/djangoapps/third_party_auth/tasks.py 2 additions, 2 deletionscommon/djangoapps/third_party_auth/tasks.py
- common/lib/xmodule/xmodule/modulestore/django.py 2 additions, 2 deletionscommon/lib/xmodule/xmodule/modulestore/django.py
Please register or sign in to comment