2010-2-5

00:10 d0ugal
asksol, FYI there seems to be a typo here; http://celeryproject.org/tutorials/otherqueues.... I think toproot should be taproot?
03:51 yashh
hey
03:54 mulka
yashh: hi
03:54 yashh
I see this in my celery logs
03:54 yashh
AMQP Listener: Connection Error: [Errno 111]
03:56 mulka
may celery is having trouble connecting to your AMQP server? have you double checked the settings?
03:56 mulka
is celery actually working, or not?
04:12 yashh
mulka: sorry, yes celery is working
04:12 yashh
but once in a while I see that in my log
04:16 mulka
yashh: I don't really have a better answer for you. someone else might know more
04:16 yashh
hey np. I dont think its major but just something.
10:00 asksol
d0ugal: yeah, thanks! already fixed in the latest version btw
10:00 asksol
development docs that is
12:58 asksol
released celery 0.8.4
12:58 asksol
just a small maintenance release
12:58 asksol
it now pukes out a warning if --detach is used, and some typos fixed
17:58 madness
is there an easy way to get at the number of tasks left in a queue via the celery or carrot apis ? It wasn't clear to me in the docs..
18:33 asksol
madness: well, not programatically
18:33 asksol
but it will be easier with celerymon
18:33 asksol
rabbitmqctl list_queues -p myvhost
18:34 madness
asksol: yup, I figure I could just parse that out. I have a task that spits more tasks into the queue for a crawler once every now and then, but don't want it to continue doing so when the queue is bigger than 50k