Hi is anyone familiar with init scripts for Ubuntu and setting up django-celery?
I am using the docs to set up the init script for launching celery multi, but it immediately disappears.
The init script says it's starting successfully though
I figured out that you can't use the newer django-celery commands
(like celery worker and so on)
tlunter has left the channel
Wertax joined the channel
shalabhaggarwal joined the channel
claudiu____ has quit
majek has quit
Martyzz1____ has quit
emmapersky____ has quit
heyman has quit
BlindHunter joined the channel
heyman joined the channel
racycle has quit
redir_ has quit
BlindHunter has quit
BlindHunter joined the channel
byrman joined the channel
jordanmessina has quit
koobs has quit
the_rat joined the channel
Ergo^ joined the channel
hkj joined the channel
hkj has quit
hkj joined the channel
ecn has quit
ecarreras joined the channel
surabujin joined the channel
jdunck has quit
droodle joined the channel
jordanmessina joined the channel
hkj has quit
ffreire0403 joined the channel
majek joined the channel
claudiu____ joined the channel
ffreire0403 has quit
hkj joined the channel
Cromulent joined the channel
Cromulent has quit
jordanmessina has quit
Martyzz1____ joined the channel
ffreire0403 joined the channel
emmapersky____ joined the channel
sylvinus joined the channel
ffreire0403 has quit
steevel_ has quit
mennis has quit
ambv joined the channel
Cromulent joined the channel
ambv has quit
ambv joined the channel
Furao joined the channel
Furao has quit
alper joined the channel
alper
my cleanup task is not working and the taskmeta table is growing a bit quickly, is it safe to delete those entries?
backjlack joined the channel
Cromulent has quit
eka joined the channel
hkj has quit
ffreire0403 joined the channel
shalabhaggarwal has quit
shalabhaggarwal joined the channel
ionelmc1 joined the channel
hkj joined the channel
ionelmc1 has quit
ionelmc joined the channel
eka has quit
dmarkey joined the channel
dmarkey
is celery with django broken these days?
ojii|afk is now known as ojii
atom32k joined the channel
shalabhaggarwal has quit
shalabhaggarwal joined the channel
atomekk has quit
alper
not really
@dmarkey
working quite fine
dmarkey
hmm.. some LazySettings related errors
alper has quit
perhaps django 1.4 related
alper joined the channel
ignas joined the channel
ffreire0403 has quit
ffreire0403 joined the channel
ffreire0403 has quit
sandywalsh has quit
hkj has quit
ffreire0403 joined the channel
sandywalsh joined the channel
koobs joined the channel
Coalpaw joined the channel
bobinator60 joined the channel
bobinator60
good mornging. how is celery related to Kombu?
does celery use kombo for communicating with different messaging systems?
nanonyme
Afaik more for talking with itself
Ie higher-level stuff on top of messaging systems
bobinator60
nanonyme: can you be more specific?
OmidRaha has left the channel
nanonyme
bobinator60, well, when you want to run a Celery task on a remote worker, the task needs to be serialized so that once the messaging system talks with the remote worker, it can figure out what the task was and run it
runeh
bobinator60: kombu talks to transports. celery uses kombu to do so
bobinator60
runeh: ok, that's what I suspected. thank you
nanonyme
Right, so also lower-level stuff
alper
my cleanup task is not working and the taskmeta table is growing a bit quickly, is it safe to delete those entries?
bobinator60
are there any decent Celery-as-a-service providers?
ffreire0403 has quit
nanonyme
I kinda doubt it. Jailing Python is not a trivial task
alper
@bobinator60: heroku does fine
ffreire0403 joined the channel
nanonyme
You can run it on your Heroku apps, yes
bobinator60
ok, sweet.
thanks
nanonyme
(they solved the problem with LXC)
ffreire0403 has quit
ffreire0403 joined the channel
caleb_ joined the channel
asksol
internet in the new apartment is now coming 11th March
eka joined the channel
changed providers, as they could do it sooner
runeh
donesn't that place have internet already, that you could take over from the same provider?
ffreire0403 has quit
nanonyme
Ah, right, so librabbitmq was the Fast library to be used from Kombu 2.5 on