Matt Tuchfarber
|
64032faae7
|
Make credentials celery tasks errors consistent
In order to better alert off of tasks that failed after maximum retries,
this makes the the error for each task consistent with itself.
|
2021-02-08 13:55:35 -05:00 |
|
Soban Javed
|
5199bf7acb
|
Replace task decorator with shared_task in openedx
|
2021-02-04 18:35:38 +05:00 |
|
M. Zulqarnain
|
355423d322
|
pylint amnesty in openedx (#26364)
|
2021-02-04 15:34:01 +05:00 |
|
Muhammad Soban Javed
|
bd601cf3a6
|
Update celery routing for celery 4+ (#25567)
* Update celery routing
- Used routing function instead of class
- Move task queues dictionary to Django settings
- Removed routing_key parameter
- Refactored routing for singleton celery instantiation
Co-authored-by: Awais Qureshi <awais.qureshi@arbisoft.com>
|
2020-12-16 13:40:47 +05:00 |
|
Robert Raposa
|
8eef18710d
|
set code_owner for celery tasks
ARCHBOM-1260
Co-authored-by: Tim McCormack <tmccormack@edx.org>
|
2020-11-17 15:33:33 -05:00 |
|
Awais Qureshi
|
7201edb11d
|
Revert "Update routing config" (#25536)" (#25549)" (#25553)" (#25561)
This reverts commit db4c3b1210.
|
2020-11-11 00:13:47 +05:00 |
|
Awais Qureshi
|
db4c3b1210
|
Revert "Revert ""Update routing config" (#25536)" (#25549)" (#25553)
This reverts commit c1fe3c3a93.
|
2020-11-10 23:23:09 +05:00 |
|
Muhammad Soban Javed
|
c1fe3c3a93
|
Revert ""Update routing config" (#25536)" (#25549)
This reverts commit 39a22734c1.
|
2020-11-09 23:43:47 +05:00 |
|
Awais Qureshi
|
39a22734c1
|
"Update routing config" (#25536)
* Revert "Revert "Update routing config"
* Removed settings from lms/celery.py and cms/celery.py
* Moved settings import from top-level to function's scopes
Co-authored-by: Soban Javed <iamsobanjaved@gmail.com>
|
2020-11-09 19:06:55 +05:00 |
|
Muhammad Soban Javed
|
5a2ea1f954
|
Revert "Update routing config"
|
2020-11-06 02:05:48 +05:00 |
|
Soban Javed
|
3206d9cb9a
|
Update celery routing
- Used routing function istead of class
- Move task queues to Djano settings
- Removed routing_key parameter
|
2020-11-02 15:03:53 +05:00 |
|
Feanil Patel
|
9cf2f9f298
|
Run 2to3 -f future . -w
This will remove imports from __future__ that are no longer needed.
https://docs.python.org/3.5/library/2to3.html#2to3fixer-future
|
2019-12-30 10:35:30 -05:00 |
|
Ayub khan
|
a218ba62b7
|
INCR-366 python3 compatibility
|
2019-07-10 14:46:34 +05:00 |
|
Matthew Piatetsky
|
f294b1a374
|
fix unicode strings in openedx/ part 1
|
2019-02-13 10:47:35 -05:00 |
|
Michael Terry
|
fd33130d73
|
Add initial grade signaling
Tells the Credential service about user grades when a cert is awarded
or a grade for a course with an awarded cert changes.
LEARNER-5051
|
2018-06-25 11:42:08 -04:00 |
|