Skip to content
ask edited this page Aug 13, 2010 · 27 revisions

General goals

  • Homepage (need designer)
  • User-Guide Documentation
  • Tutorials
  • Test Coverage (mostly there)
  • Python 2.4 compatibility

Feature Roadmap

0.9.0

  • Rename “DONE” → “SUCCESS
  • Remove supervisor
  • Rate/Process Limiting.
  • Make only one worker responsible for triggering periodic tasks
    (then we don’t have to use the database anymore)

1.0.0 (2010-01)

  • Monitoring (celerymon, ask/events)
  • Revoking/Deleting tasks

1.2.0 (2010-01)

  • multiprocessing time limits
  • multiprocessing accept callbacks (ack safety)
  • Save TaskSet (bradjasper/save_taskset)
  • Always use AMQP to send result, but use backends to save at first fetch.

Not on the roadmap, but may be included.

  • ChainTask (siwu)
  • ResumeableTaskSet (jkozera)

Clone this wiki locally