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

celery.bin.graph

The celery graph command.

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

The celery graph command.

args = u'<TYPE> [arguments]\n ..... bootsteps [worker] [consumer]\n ..... workers [enumerate]\n '
bootsteps(*args, **kwargs)[source]
run(what=None, *args, **kwargs)[source]
workers(*args, **kwargs)[source]