forked from celery/celery
-
Notifications
You must be signed in to change notification settings - Fork 40
Roadmap
ask edited this page Oct 15, 2010
·
4 revisions
- Option to use Kombu instead of Carrot (http://ask.github.com/kombu)
- App refactor: http://celeryq.org/docs/internals/app-refactor-overview.html
- Eventlet pool
- Per task time limits
Celery is now an application that can be instantiated.
- The Django API won’t change.
- Flask will use apps from the start (as it closely resembles
the architecture of flask already)
- Pylons users. Unknown at this point, but the pylons-celery application
can definitely take advantage of apps.
- Other users (default loader) can migrate to apps if needed.
- Tutorials and user guide will be rewritten to use apps