Skip to main content

evtop

Start curses monitor.

def evtop(
app: Celery application instance = null
) - > null

Start curses monitor.

Parameters

NameTypeDescription
appCelery application instance = nullThe Celery application instance to monitor; defaults to the current app if not provided.

Returns

TypeDescription
nullNothing is returned; the function runs an interactive terminal monitor until interrupted.