This document describes the current stable version of Celery (5.2). For development docs, go here.

celery.events.dumper

Utility to dump events to screen.

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

class celery.events.dumper.Dumper(out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]

Monitor events.

format_task_event(hostname, timestamp, type, task, event)[source]
on_event(ev)[source]
say(msg)[source]
celery.events.dumper.evdump(app=None, out=<_io.TextIOWrapper name='<stdout>' mode='w' encoding='UTF-8'>)[source]

Start event dump.