[rabbitmq-discuss] Getting stats from celery

Ask Solem ask at rabbitmq.com
Thu Jul 21 10:27:41 BST 2011


On 21 Jul 2011, at 06:04, Siddharth Saha wrote:

> Hi,
> 
> I want to write a script which will keep track of what tasks have been submitted and processed and whether the status of the job was Success / Failure and how much time did each task take to finish. I want to dump these info in a database so that I can pull out reports now and then about the performance.
> 
> Please give me some cues on how I can proceed on this.
> 
> I am using RabbitMQ with Celery in my Python project. Looking forward for some help.
> 

Hey,

Have you not seen the django-celery monitor?
It does exactly what you describe:

http://docs.celeryproject.org/en/latest/userguide/monitoring.html#django-admin-monitor



More information about the rabbitmq-discuss mailing list