2010-2-8

04:56 gnperumal
hi
04:57 gnperumal
without rabbitq, how configure the celery and django
04:57 gnperumal
pls, its urgent
05:34 davidcramer
i thought rabbitmq was a requirement
05:35 davidcramer
or is that entirely based on the backend setting?
06:12 gnperumal
celery with databse is it possible
07:43 asksol
16:06 regent
Hi
16:06 regent
I have a question regarding signals in celery
16:07 regent
is the signal 'task_postrun' send every time a request runs ?
16:41 asksol
request?
16:41 asksol
it's sent when after a task has been executed
16:42 asksol
executed by the worker, or using apply()/ALWAYS_EAGER locally (happens in celery.execute.trace)
16:43 asksol
but this is in 1.0, in 0.x.x, it was only sent when executed by the worker