Skip to content
Asif Saif Uddin edited this page Nov 17, 2018 · 5 revisions

5.0.0 (TBA)

  • Drop Python 2

2.2.0 (TBA)

  • 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

Apps

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