2010-2-10

18:23 Raydiation
those different naming conventions on ubuntu/arch/gentoo give me headaches though
18:23 Raydiation
its like everyone got their own apache layout
18:26 mat__
asksol: this shell_plus error keeps haunting me, seems ping_google has the same response, any chance of you looking over the stack trace?
18:27 mat__
ah think I have it....darn....
18:33 mat__
I have 2 machines, 1 processes 8 queues, and these are defined in CELERY_QUEUES and the default is set to a QUEUE this machine doesn't process, so its not in CELERY_QUEUES as we want our main task machine to do all the default work, and only have other machine do slow running tasks
20:55 yashh
asksol: congrats on 1.0 release
22:02 asksol
yashh: thanks :)
22:02 asksol
seems to have generated some chatter
22:02 yashh
asksol: whats djangox in the tests
22:03 yashh
I am trying to run tests via python manage.py test but failing due to import error
22:03 asksol
yashh: some stupid thing I wrote ages ago
22:03 asksol
to get them to run you need to install django-unittest-depth
22:04 yashh
for now i am mentioning the app names as args to test
22:04 asksol
it's just to execute more than one test.py
22:04 asksol
probably another way to do it, I just looked at it when I came to django, made a hack and haven't thought about it since
22:05 yashh
ok, my tests are putting objects from test database into the celery and celery is reading from my production DB
22:05 yashh
think I need to create vhost for rabbitmq and enter them settings_local
22:06 yashh
any other better ideas?
22:06 asksol
22:07 asksol
the celery test suite is not really made to be run like that yet
22:07 yashh
yeah
22:07 asksol
I want to write a mock broker, so it doesn't depend on rabbitmq at all
22:08 yashh
yup good idea
22:08 asksol
but not enough time yet
22:08 yashh
at anyway we can boot only one celeryd right /
22:08 yashh
?
22:08 asksol
In general I don't like django's default mode of operation where it runs the tests for all of the apps listed in INSTALLED_APPS by default
22:08 asksol
gha, repeating myself again
22:09 asksol
you can run as many as you want
22:09 yashh
sorry
22:09 asksol
just specify different settings for example
22:09 yashh
hmm just confusing my self.
22:09 asksol
you shouldn't use the production database for tests, btw :)
22:09 yashh
yes
22:10 asksol
and the celery tests uses the default vhost
22:10 yashh
thats the prob tests are using a diff database and tasks from that DB go into celery and celery workers are reading from the prod database
22:10 asksol
with exchange=testcelery, queue=testcelery
22:10 yashh
ahh thats the one
22:58 padt
asksol: pushed some more docs review. has some fixmes in it
22:58 asksol
nice!
22:58 asksol
thanks again
22:58 padt
np
22:59 padt
any activity on the site yet? Checked the logs?
22:59 asksol
a few requests a second :)
22:59 asksol
been like that for the last 5 hours
23:00 padt
That sounds pretty reasonable then
23:01 padt
on the front page of reddit at the moment too.
23:02 padt
well, at least if you have they python subreddit I guess.
23:03 asksol
yeah, front page of python reddit, and on HN
23:03 asksol
but not with very descriptive titles, so I don't know why they're clicking :)
23:06 padt
heh. true
Page 3 of 3   ← Previous  (251 total)