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 0xf43278b4>, 'revoke': <function revoke at 0xf4327a3c>, 'objgraph': <function objgraph at 0xf432764c>, 'dump_active': <function dump_active at 0xf432772c>, 'active_queues': <function active_queues at 0xf4558f7c>, 'cancel_consumer': <function cancel_consumer at 0xf4558fb4>, 'dump_reserved': <function dump_reserved at 0xf43273e4>, 'election': <function election at 0xf4558ed4>, 'shutdown': <function shutdown at 0xf4558d4c>, 'stats': <function stats at 0xf43276bc>, 'clock': <function clock at 0xf43275a4>, 'ping': <function ping at 0xf4327304>, 'disable_events': <function disable_events at 0xf4327994>, 'memdump': <function memdump at 0xf43275dc>, 'pool_shrink': <function pool_shrink at 0xf4327064>, 'pool_restart': <function pool_restart at 0xf432702c>, 'dump_schedule': <function dump_schedule at 0xf4327294>, 'report': <function report at 0xf4327a04>, 'autoscale': <function autoscale at 0xf4558dbc>, 'query_task': <function query_task at 0xf4327a74>, 'dump_tasks': <function dump_tasks at 0xf432725c>, 'add_consumer': <function add_consumer at 0xf4558d84>, 'enable_events': <function enable_events at 0xf43279cc>, 'dump_revoked': <function dump_revoked at 0xf432710c>, 'rate_limit': <function rate_limit at 0xf4327924>, 'dump_conf': <function dump_conf at 0xf4558f0c>, 'memsample': <function memsample at 0xf4327614>, 'pool_grow': <function pool_grow at 0xf43272cc>, 'heartbeat': <function heartbeat at 0xf432795c>, 'hello': <function hello at 0xf4327454>}
classmethod register(method, name=None)[source]