Hi, when I do sudo /etc/init.d/celeryd status I get Error: No nodes replied within time constraint.
Everything else is working fine. -B beat status is working. I see nothing in the log file
any idea what could cause this?
racycle joined the channel
salmon_ has quit
ionelmc has quit
if someone has an idea how to solve the status error, please tweet #ashavan thanks
Spark23 has quit
houman has quit
IceD^ joined the channel
carimura joined the channel
carimura has quit
celhead has quit
altipard has quit
altipard joined the channel
celhead joined the channel
celhead1 joined the channel
altipard has quit
paddyforan joined the channel
celhead has quit
cmplxen has quit
mennis joined the channel
uris has quit
uris joined the channel
jdunck has quit
celhead1 has quit
sandbender joined the channel
celhead joined the channel
sandbender
hey celery ppl... have a problem, hopefully someone here can help: I'm trying to call a group directly, ie: "res = group(taskname.subtask(...) for i in arr)()" ...
the code calling the group is executing on server A, the tasks within the group are executing in a queue being processed on server B
I see, in my celery logs (using celery-django), that the leaf tasks making up the group complete successfully... but a call to "res.get()" blocks forever/never completes, printing status while waiting for ready() on the group result shows that nothing looks like it's completing as far as the group() is concerned
fernandogrd has quit
code works 100% afaict in my dev environment (celery 3.0.9 w/ python 2.6.5)... staging/prod where I'm having issues is 3.0.12 with python 2.6.6)
only other difference aside from minor versions is in my dev env it's all running on one machine instead of the subtasks in the group being run in a queue on another machine (ie: in dev this queue is also local)
I tried running the grouping task via delay(queue='other queue on other machine') so that it'd run on the same machine to emulate the dev setup but no diff
any hints/ideas/suggestions would be most welcome
oh backend is rabbitmq
and rabbitmqctl list_queues shows me that the subtasks are indeed completing successfully... they just never his the GroupResult
*hit
bmonty joined the channel
uris has quit
jdunck joined the channel
chad joined the channel
chad is now known as carimura
well... that's embarassing... FWIW this was the result of server B pointing to localhost for mongo (as the result backend)... doh
celhead has quit
sandbender has quit
celhead joined the channel
jdunck has quit
Wertax joined the channel
paddyforan has quit
bmonty has quit
celhead has quit
m0rpho joined the channel
carimura has quit
pachy joined the channel
bmonty joined the channel
atomekk joined the channel
celhead joined the channel
pachy has quit
pilt joined the channel
ionelmc joined the channel
altipard joined the channel
balboah joined the channel
Furao has quit
Furao joined the channel
altipard_ joined the channel
altipard has quit
salmon_ joined the channel
toabctl joined the channel
racycle has quit
surabujin joined the channel
bmonty has quit
Spark23 joined the channel
Furao has quit
Ergo^ joined the channel
[o__o] joined the channel
[o__o] joined the channel
bullicon joined the channel
salmon_ has quit
Spark23 has quit
atom32k joined the channel
atomekk has quit
celhead has quit
houman joined the channel
houman
Hi, when I do "sudo /etc/init.d/celeryd status" I get the Error: "No nodes replied within time constraint."
Everything else is working fine. I see nothing in the log file. any idea what would cause this please?
mher: sorry I mistyped your name. :) see my answer above
balboah
found it, celery control rate_limit api.tasks.photos.fetch_photo 5/s
altipard_ has quit
but now it says its disabled. so I guess its off by default
houman has quit
houman joined the channel
houman
sorry back.
altipard joined the channel
cmplxen joined the channel
Guest57470 joined the channel
Guest57470 is now known as bstrr
balboah
any idea why celery control rate_limit api.tasks.photos.fetch_photo 1/s first gives OK, and on second run says rate limits are disabled?
bstrr
hi guys... i have a question: Can i use Redis to store results persistently? and how would i retrieve a list of results? i can't really find something in celeryctl commands
ok, i see now in redis-cli that there are results.. will they stay there indefinitely?