guarding the monkey patches is an ok idea, but what would call it exactly once and early?
asksol: ^
mgsk__ has quit
_mgsk_ has quit
asksol
kombu.transport.qpid.Transport?
domino14 joined the channel
brockhaywood joined the channel
rci-pewpew joined the channel
domino14 has quit
domino14 joined the channel
cah190 joined the channel
Guest84 has quit
italorossi has quit
italorossi joined the channel
brockhaywood has quit
Guest84 joined the channel
domino14 has quit
Guest84 has quit
kaakku joined the channel
italorossi has quit
gigimon has quit
cjellick joined the channel
carlio
is anything special needed to use celery tasks from within a django-admin.py command ?
brockhaywood joined the channel
bed777 joined the channel
asksol
make sure proj/__init__.py imports the proj.celery module
and the settings import proj (which it will when settings is set to 'proj.settings')
kaakku
dpn`, This was the error: Should have used "python manage.py celery worker --loglevel=INFO --beat --settings=settings.staging" instead of "python manage.py celery worker --loglevel=INFO --settings=settings.staging --beat" :)
It was not a problem with supervisord at least.
mgsk__ joined the channel
carlio
asksol: thanks, i realise that i'm still using djcelery too so i'll look into the proper way to do things
the_rat joined the channel
bmbouter
Paul___: I got flower to start with qpid
Paul___ were you able to file that bug upstream against celery/kombu
LittleKey has quit
ibeex has quit
Paul___
bmbouter: not yet :)
I am still stuck at connection refused
connection timed out sorry
akn_oct has quit
do you specify an app when you start flower ?
-A=pulp.server.async.app or something like that ?
benregn has quit
xkillac4 has quit
I installed flower on the same server as Pulp & qpid
now I have this warning : /usr/lib/python2.6/site-packages/kombu/transport/qpid.py:274: DeprecationWarning: BaseException.message has been deprecated as of Python 2.6 if self.allowed_exception_string not in error.message:
akn_oct joined the channel
_mgsk_ joined the channel
mgsk__ has quit
zz_gondoi is now known as gondoi
Ergo has quit
italorossi joined the channel
frodopwns1 joined the channel
kevin-brown joined the channel
ryanhieb_ joined the channel
frodopwns1 has quit
ryanhiebert has quit
codeitloadit joined the channel
_mgsk_ has quit
italorossi has quit
maryokhin has quit
willvw_____ has quit
syphar has quit
mdoglio has quit
bmbouter
that warning is OK
merlinsbrain___ has quit
matburt has quit
frodopwns1 joined the channel
Paul___: I start mine like this
and I have qpidd with auth=no for testing purposes