Anyway, I can check if they work there, but there is really no way to start the workers programmaticaly? It can be useful in other situations as well
koobs_ has quit
koobs_ joined the channel
koobs_ has quit
luminous
alfeto: again, fabric will let you "start the workers programmatically"
so will salt
alfeto
You know that is not what I meant, right?
BUt ok, I'll try to use fabric on appfog, although I'm not sure it's possible
luminous
you asked if you could do it programmatically, that is one way
you could also use python's internal process libs
alfeto: the point: running "python manage.py celery worker" can be done by any library that supports calling/forking arbitrary commands/binaries from a shell/system
if you are set on appfog, just ask them this question
I'm sure they'll have an answer for you
alfeto
luminous: Ohhh, I understood your point! I was looking for a way to interface with Celery workers inside Python, but I don't really need that.
Thanks, I know what to do now :)
atodorov1 joined the channel
atodorov1
hi guys, I've upgraded to Celery 3.0.12 + django-celery 3.0.11 and I'm having troubles with the init script to run celery worker as daemon. I think I got the command line fine, but I get errors like no such option --gid, no such option --workdir. Can you help ?
atodorov1 is now known as atodorov
yeshuah joined the channel
koobs_ joined the channel
koobs_ has quit
koobs_ joined the channel
behemphi joined the channel
runeh has quit
phlebo joined the channel
phlebo is now known as runeh
cmplxen joined the channel
koobs_ has quit
leo2007 joined the channel
sandywalsh has quit
Coalpaw joined the channel
Wertax has quit
alfeto has quit
fly9 joined the channel
whg joined the channel
fly9 has quit
behemphi has quit
dmg412 joined the channel
eniac joined the channel
atom32k is now known as atomekk
eniac_ has quit
Reite joined the channel
tdelam joined the channel
tdelam
Looking for docs on getting celery into production with django... I don't see any, can someone point me to them? it seems like there is some big documentation shuffle or something
any links and references on the web are 404'd
balboah has quit
Reite
When launching "celery worker" with --app, how can I specify the path the app is found in? Something like CELERYD_DIR, but for command line
alexex
why don't you just chdir to the appropriate dir?
Reite
I guess I could that, seems a little bit less elegant though