evdump
Start event dump.
def evdump(
app: Celery application instance = null,
out: file-like object = sys.stdout
) - > null
Start event dump.
Parameters
| Name | Type | Description |
|---|---|---|
| app | Celery application instance = null | The Celery application instance to capture events from; defaults to the current default app if not provided. |
| out | file-like object = sys.stdout | The output stream where captured event data and status messages are written. |
Returns
| Type | Description |
|---|---|
null | Closes the connection and returns None when the capture is interrupted by the user or system exit. |