Currently i have one site on Django. But i am planning to run more Django sites.

So i want to know that do i need to run celeryd for every new site or one is enough.

I am running `celeryd daemon via supervisor

link|improve this question

40% accept rate
feedback

1 Answer

If each site is going to be running on different code, and you plan on using a different celery backend so that the messages don't collide, then you will need to use one celeryd for each new site.

Here is some more info, not a lot but it is something:

http://groups.google.com/group/celery-users/browse_thread/thread/85e5aa8458310439

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.