forked from celery/celery
-
Notifications
You must be signed in to change notification settings - Fork 40
1.0.0 Roadmap
ask edited this page Aug 13, 2010
·
27 revisions
- Homepage
- User-Guide Documentation, (need editors/proofreaders)
save_taskset not retrieving cached result, only saving. Also needs to be implemented for K/V-store.- Needs user testing.
TutorialsTest Coverage (mostly there)Python 2.4 compatibility
Rename “DONE” → “SUCCESS”Remove supervisorRate/Process Limiting.-
Make only one worker responsible for triggering periodic tasks
(then we don’t have to use the database anymore)
Monitoring (events)Revoking/Deleting tasksSave TaskSet (bradjasper/save_taskset)
Django MultiDB
- multiprocessing time limits
- multiprocessing accept callbacks (ack safety)
- Always use AMQP to send result, but use backends to save at first fetch.
- ChainTask (siwu)
- ResumeableTaskSet (jkozera)