Actions
Task #4163
open[ce, ee] celery refactor + upgrade
Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
31.07.2016
Due date:
% Done:
50%
Estimated time:
(Total: 0.00 h)
Sorting:
Commit Number:
Description
Currently celery is being loaded with legacy pylons method and uses magic for configuration setup, we are also on celery 2.2.10 which is old and is lacking features which we need for a 'correct' implementation.
We must:
- upgrade celery
- remove the celerypylons module
- make/configure a celery app in load_pyramid_environment()
- update all tasks to work with this celeryapp object
Actions