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 0x7f32122f5848>, 'revoke': <function revoke at 0x7f32122f5578>, 'objgraph': <function objgraph at 0x7f32122f5aa0>, 'dump_active': <function dump_active at 0x7f32122f59b0>, 'active_queues': <function active_queues at 0x7f32122ae230>, 'cancel_consumer': <function cancel_consumer at 0x7f32122ae1b8>, 'dump_reserved': <function dump_reserved at 0x7f32122f5938>, 'election': <function election at 0x7f32122ae398>, 'shutdown': <function shutdown at 0x7f32122ae0c8>, 'stats': <function stats at 0x7f32122f5a28>, 'clock': <function clock at 0x7f32122f5c08>, 'ping': <function ping at 0x7f32122f5de8>, 'disable_events': <function disable_events at 0x7f32122f56e0>, 'memdump': <function memdump at 0x7f32122f5b90>, 'pool_shrink': <function pool_shrink at 0x7f32122f5ed8>, 'pool_restart': <function pool_restart at 0x7f32122f5f50>, 'dump_schedule': <function dump_schedule at 0x7f32122f58c0>, 'report': <function report at 0x7f32122f55f0>, 'autoscale': <function autoscale at 0x7f32122ae050>, 'query_task': <function query_task at 0x7f32122f5500>, 'dump_tasks': <function dump_tasks at 0x7f32122f5d70>, 'add_consumer': <function add_consumer at 0x7f32122ae140>, 'enable_events': <function enable_events at 0x7f32122f5668>, 'dump_revoked': <function dump_revoked at 0x7f32122f5c80>, 'rate_limit': <function rate_limit at 0x7f32122f57d0>, 'dump_conf': <function dump_conf at 0x7f32122ae320>, 'memsample': <function memsample at 0x7f32122f5b18>, 'pool_grow': <function pool_grow at 0x7f32122f5e60>, 'heartbeat': <function heartbeat at 0x7f32122f5758>, 'hello': <function hello at 0x7f32122f5cf8>}
classmethod register(method, name=None)[source]