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

celery.worker.control

celery.worker.control

Remote control commands.

class celery.worker.control.Panel(*args, **kwargs)[source]
data = {'time_limit': <function time_limit at 0xffead14410>, 'revoke': <function revoke at 0xffead14140>, 'objgraph': <function objgraph at 0xffead14668>, 'dump_active': <function dump_active at 0xffead14578>, 'active_queues': <function active_queues at 0xffead14d70>, 'cancel_consumer': <function cancel_consumer at 0xffead14cf8>, 'dump_reserved': <function dump_reserved at 0xffead14500>, 'election': <function election at 0xffead14ed8>, 'shutdown': <function shutdown at 0xffead14c08>, 'stats': <function stats at 0xffead145f0>, 'clock': <function clock at 0xffead147d0>, 'ping': <function ping at 0xffead149b0>, 'disable_events': <function disable_events at 0xffead142a8>, 'memdump': <function memdump at 0xffead14758>, 'pool_shrink': <function pool_shrink at 0xffead14aa0>, 'pool_restart': <function pool_restart at 0xffead14b18>, 'dump_schedule': <function dump_schedule at 0xffead14488>, 'report': <function report at 0xffead141b8>, 'autoscale': <function autoscale at 0xffead14b90>, 'query_task': <function query_task at 0xffead140c8>, 'dump_tasks': <function dump_tasks at 0xffead14938>, 'add_consumer': <function add_consumer at 0xffead14c80>, 'enable_events': <function enable_events at 0xffead14230>, 'dump_revoked': <function dump_revoked at 0xffead14848>, 'rate_limit': <function rate_limit at 0xffead14398>, 'dump_conf': <function dump_conf at 0xffead14e60>, 'memsample': <function memsample at 0xffead146e0>, 'pool_grow': <function pool_grow at 0xffead14a28>, 'heartbeat': <function heartbeat at 0xffead14320>, 'hello': <function hello at 0xffead148c0>}
classmethod register(method, name=None)[source]