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 0xf3c98374>, 'revoke': <function revoke at 0xf3c98224>, 'objgraph': <function objgraph at 0xf3c9848c>, 'dump_active': <function dump_active at 0xf3c9841c>, 'active_queues': <function active_queues at 0xf3c987d4>, 'cancel_consumer': <function cancel_consumer at 0xf3c9879c>, 'dump_reserved': <function dump_reserved at 0xf3c983e4>, 'election': <function election at 0xf3c9887c>, 'shutdown': <function shutdown at 0xf3c9872c>, 'stats': <function stats at 0xf3c98454>, 'clock': <function clock at 0xf3c98534>, 'ping': <function ping at 0xf3c98614>, 'disable_events': <function disable_events at 0xf3c982cc>, 'memdump': <function memdump at 0xf3c984fc>, 'pool_shrink': <function pool_shrink at 0xf3c98684>, 'pool_restart': <function pool_restart at 0xf3c986bc>, 'dump_schedule': <function dump_schedule at 0xf3c983ac>, 'report': <function report at 0xf3c9825c>, 'autoscale': <function autoscale at 0xf3c986f4>, 'query_task': <function query_task at 0xf3c981ec>, 'dump_tasks': <function dump_tasks at 0xf3c985dc>, 'add_consumer': <function add_consumer at 0xf3c98764>, 'enable_events': <function enable_events at 0xf3c98294>, 'dump_revoked': <function dump_revoked at 0xf3c9856c>, 'rate_limit': <function rate_limit at 0xf3c9833c>, 'dump_conf': <function dump_conf at 0xf3c98844>, 'memsample': <function memsample at 0xf3c984c4>, 'pool_grow': <function pool_grow at 0xf3c9864c>, 'heartbeat': <function heartbeat at 0xf3c98304>, 'hello': <function hello at 0xf3c985a4>}
classmethod register(method, name=None)[source]