This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.

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(out=<open file '<stdout>', mode 'w' at 0x1002821e0>)
format_task_event(hostname, timestamp, type, task, event)
on_event(event)
say(msg)
celery.events.dumper.evdump(app=None, out=<open file '<stdout>', mode 'w' at 0x1002821e0>)
celery.events.dumper.humanize_type(type)
celery.events.dumper.say(msg, out=<open file '<stdout>', mode 'w' at 0x1002821e0>)

Previous topic

celery.events.cursesmon

Next topic

celery.backends.database.models

This Page