upgrading from celery 2.x to 3.0. we have some code that uses celery.task.control.inspect; however, though i have a worker running, at times celery.task.control.inspect().stats() returns None. why might that be?
atomekk has quit
BlindHunter has quit
ambv has quit
ionelmc
pbx: maybe timeout is too low
pbx
ionelmc - good theory, but no, i get None regardless of what timeout i pass to inspect()
byoung joined the channel
achuni has quit
balboah has quit
atula joined the channel
ionelmc
pbx: you always get none or some times?
racycle joined the channel
ionelmc has quit
ionelmc joined the channel
byoung has quit
pbx
ionelmc - "always" for my present purposes. i.e. can't coax the actual worker info out of inspect() now
zemanel joined the channel
the api for that call seems to have changed but the docs are mum
Ergo^ has quit
byoung joined the channel
T-1000 has quit
shalabhaggarwal_ joined the channel
shalabhaggarwal has quit
shalabhaggarwal_ is now known as shalabhaggarwal
altipard joined the channel
Cromulent joined the channel
mahmoudimus joined the channel
droodle has quit
dmg412 has quit
dmg412 joined the channel
altipard has quit
logix812 joined the channel
logix812 has quit
atula has quit
ignas has quit
ambv joined the channel
mennis_ has quit
shalabhaggarwal has quit
joshfinnie has quit
joshfinnie joined the channel
byoung has quit
emilyq
rabbitmq is finally running..i have run add_user, now rabbitmqctl add_vhost myvhost, i wonder whther myvhost is the same as server where listed in rabbit@server?
mennis_ joined the channel
Cromulent has quit
joshfinnie has quit
joshfinnie joined the channel
pilt has quit
Wertax joined the channel
aboudreault has quit
mattius has quit
mollerstrand has quit
hannsema1 has quit
Jochem has quit
ninkotech has quit
aboudreault joined the channel
After i started celeryd, I get consumer: Connected to amqp://testuser@127.0.0.1:5672/myvhost. it seems connected, but whenever I add a task, there's no response there
do I know need to create any queue in rabbitmq?
milko joined the channel
ninkotech joined the channel
Jochem joined the channel
hannsema1 joined the channel
mollerstrand joined the channel
mattius joined the channel
mdeboard
emilyq: Did you add a user in rabbit and grant that user permission to that vhost?
Wertax has quit
(the same user you define in your celery config)
DctrWatson has quit
DctrWatson joined the channel
italorossi has quit
mahmoudimus has quit
mahmoudimus joined the channel
emilyq
mdeboard: yes just added, the task got picked up by the queue already and seems completed already. but AsyncResult state always pending
mdeboard
Ah, don't know much about that stuff sorry
joshfinnie has quit
joshfinnie joined the channel
milko has quit
whg has quit
Cromulent joined the channel
pbx
in upgrading from 2.x to 3.0 i'm having trouble getting some celery.task.control.inspect().stats() calls to return anything but None (regardless of timeout). a worker is running. is this likely an env problem or am i using a now-broken api?
i see a `celery.worker.control.stats` in the 3.0 docs but not sure what its required `panel` arg is supposed to be
Cromulent has quit
backjlack joined the channel
really, any examples of celery.worker.control (or other worker/queue introspection) used in the wild would be helpful.