This document describes an older version of Celery (2.5). For the latest stable version please go here.

celery.events.dumper

celery.events.dumper

THis is a simple program that dumps events to the console as they happen. Think of it like a tcpdump for Celery events.

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

class celery.events.dumper.Dumper
format_task_event(hostname, timestamp, type, task, event)
on_event(event)
celery.events.dumper.evdump(app=None)
celery.events.dumper.humanize_type(type)

Previous topic

celery.events.cursesmon

Next topic

celery.db.models

This Page