2010-3-23
| 19:49 | plhw__ | permissions. its always permissions :) |
| 19:49 | plhw__ | asksol: thanks |
| 19:49 | asksol | specify a location where it can create the file: celerybeat --schedule=/some/where/celerybeat-schedule |
| 19:49 | asksol | note that it appends ".db" to the filename automatically |
| 19:49 | asksol | (no idea why the python shelve module does this) |
| 19:50 | plhw__ | k |
| 19:50 | plhw__ | Looks like its up again, thanks |
| 19:51 | plhw__ | BTW any tips on tools to monitor django / python / celery processes? Like god or whatnot? I have no exp. w/ those tools |
| 19:51 | plhw__ | supervisord is another one right |
| 19:51 | plhw__ | ? |
| 20:26 | asksol | supervisord is really nice |
| 20:27 | asksol | but I have never seen celeryd itself crash |
| 20:27 | otherjacob | asksol: does "banary" mean anything to you. |
| 20:27 | asksol | at least not so it could be automatically restarted |
| 20:27 | asksol | otherjacob: hmm. no |
| 20:27 | otherjacob | so bizarre |
| 20:27 | otherjacob | a message got put into our rabbit queue with it thinking it's character encoding was 'banary' |
| 20:28 | otherjacob | i had to hack the carrot code to convert it to binary, otherwise celeryd promptly crashed and crashed hard |
| 20:28 | asksol | oh |
| 20:28 | otherjacob | i have no clue how it got in there like that |
| 20:28 | asksol | strange |
| 20:29 | asksol | I can't find the word banary anywhere |
| 20:30 | asksol | do you have the traceback btw? so I can handle the exception in celeryd |
| 20:33 | asksol | bb |
| 20:51 | otherjacob | asksol: yeah i'll find it somewhere |
| 20:53 | otherjacob | asksol: http://pastie.org/883548 |
| 22:33 | gpmidi_wrk | when I run celeryd or a job that uses celery it just chewes up the CPU and doesn't get anythign done. |
| 22:39 | gpmidi_wrk | `rabbitmqctl list_connections` doesn't show any active connectiosn either |
| 22:47 | gpmidi_wrk | it's also not creating the tables in the db when I run syncdb |
| 23:01 | flexic | @gpm do you have CELERY_BACKEND = "database" |
| 23:01 | flexic | otherwise it won't create tables |
| 23:03 | flexic | @gmidi_wrk you have 3 separate problems I think |
| 23:52 | gpmidi_wrk | back, what are my 3 sep problems? My backend is set to amqp; i'm planning on using rabbitmq |
Page 2 of 2
← Previous
(133 total)