Sorry i missed some of your questions.
On 07 Mar 2011, at 3:55 PM, Johan Hendriks wrote: > > Some more questions. > in settings.py , i see the following. > > #celery > CELERY_CONCURRENCY = 20 > CELERY_DISABLE_RATE_LIMITS = True > BROKER_HOST = "localhost" > BROKER_PORT = 5672 > BROKER_USER = "baruwa" > BROKER_PASSWORD = "password" > BROKER_VHOST = "baruwa" > > I did leave them as is, but where is it for? No you have to set them for what you have configured on your side. like Mikael said these are for the broker, the documentation has been updated to explain these so the docs in the source should provide info on this in the configure rabbitmq section. https://github.com/akissa/baruwa/raw/master/docs/source/install.txt > > So my main question is the celery part.. This is a backend thing to allow you to do things efficiently like learn 50 messages in one shot. Sorry if i have missed something else just shout. -- Baruwa - www.baruwa.org _______________________________________________ Baruwa mailing list [email protected] http://lists.baruwa.org/mailman/listinfo/baruwa

