evtop
Start curses monitor.
def evtop(
app: Celery application instance = null
) - > null
Start curses monitor.
Parameters
| Name | Type | Description |
|---|---|---|
| app | Celery application instance = null | The Celery application instance to monitor; defaults to the current app if not provided. |
Returns
| Type | Description |
|---|---|
null | Nothing is returned; the function runs an interactive terminal monitor until interrupted. |