Skip to main content

evdump

Start event dump.

def evdump(
app: Celery application instance = null,
out: file-like object = sys.stdout
) - > null

Start event dump.

Parameters

NameTypeDescription
appCelery application instance = nullThe Celery application instance to capture events from; defaults to the current default app if not provided.
outfile-like object = sys.stdoutThe output stream where captured event data and status messages are written.

Returns

TypeDescription
nullCloses the connection and returns None when the capture is interrupted by the user or system exit.