[rabbitmq-discuss] rabbit chokes?

Ask Solem askh at opera.com
Thu Nov 5 16:21:35 GMT 2009


On Nov 5, 2009, at 4:47 PM, Paul Jones wrote:

>
> celerygraph     277558


You're running celeryd with the --statistics option on.
http://ask.github.com/celery/reference/celery.bin.celeryd.html#cmdoption-celeryd-s

If you're going to use this feature, you have to flush the events from  
time to time (consume it to generate
the statistics)

     from celery.monitoring import StatsCollector
     s = StatsCollector()
     s.collect()
     s.dump()

But chances are, if you didn't know this, you are probably using it by  
accident.


-- 
Ask Solem
Opera Software, Web Team
askh at opera.com




More information about the rabbitmq-discuss mailing list