This document describes the current stable version of Celery (4.1). For development docs, go here.

celery.bin.list

The celery list bindings command, used to inspect queue bindings.

class celery.bin.list.list_(app=None, get_app=None, no_color=False, stdout=None, stderr=None, quiet=False, on_error=None, on_usage_error=None)[source]

Get info from broker.

Note

For RabbitMQ the management plugin is required.

Example

$ celery list bindings
args = u'[bindings]'
list_bindings(management)[source]
run(what=None, *_, **kw)[source]