Skip to content
This repository has been archived by the owner on Jan 12, 2022. It is now read-only.

Commit

Permalink
add note about python 3 for celery
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Hicks committed Jan 31, 2013
1 parent 90037c6 commit 241b41e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/distributing-work/celery.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
Using Celery to Distribute Processing
=====================================

.. warning::
Celery doesn't work quite right under Python 3.3. It works fine under
2.6-3.2 and pypy. Follow `Bug 1107 on Celery
<https://github.com/celery/celery/issues/1107>`__ for progress.

Emit makes it simple to use celery to distribute realtime processing across
many worker nodes. To demonstrate this, we'll be scaling our quickstart example

Expand Down

0 comments on commit 241b41e

Please sign in to comment.