Scroll to navigation

CELERY SHELL(1) celery shell Manual CELERY SHELL(1)

NAME

celery-shell - Start shell session with convenient access...

SYNOPSIS

celery shell [OPTIONS]

DESCRIPTION

Start shell session with convenient access to celery symbols.

The following symbols will be added to the main globals: - ``celery``: the current application. - ``chord``, ``group``, ``chain``, ``chunks``,
``xmap``, ``xstarmap`` ``subtask``, ``Task`` - all registered tasks.

OPTIONS

Force IPython.
Force bpython.
Force default Python shell.
Don't add tasks to locals.
Use eventlet.
Use gevent.
2025-03-01 5.4.0