On Mon, Jul 11, 2011 at 12:20 PM, Massimo Di Pierro <
[email protected]> wrote:

> If anybody is using celery with web2py and have example to share it
> will be useful to many of us.


I am using Celery standalone and have worked in a project with Django
DjCelery[1]

Celery is very smart, bit it is only a task manager which depends on a Queue
Manager, in the most cases people uses RabbitMQ, ZeroMQ or REstMQ as queue
manager for Celery.

DJCelery is cool because it uses Celery integrated with Django ORM, no
dependency of any *MQ,

we can have it as an example to develop a Celery plugin with DAL as Queue
Manager qithout the dependency in RabbitMQ.

Otherwise, will be more easy to setup a standalone Celery+RabbitMQ and
import the Celery.task from web2py directly to use the decorators.

I dont know, yet, how to use DAL as queue manager, but I guess it can be
done.




[1] http://pypi.python.org/pypi/django-celery

Reply via email to