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 0xf436b87c>, 'revoke': <function revoke at 0xf436b48c>, 'objgraph': <function objgraph at 0xf436b4fc>, 'dump_active': <function dump_active at 0xf436b64c>, 'active_queues': <function active_queues at 0xf41ad924>, 'cancel_consumer': <function cancel_consumer at 0xf41adfb4>, 'dump_reserved': <function dump_reserved at 0xf436b56c>, 'election': <function election at 0xf58b010c>, 'shutdown': <function shutdown at 0xf436b10c>, 'stats': <function stats at 0xf436b6f4>, 'clock': <function clock at 0xf436b304>, 'ping': <function ping at 0xf436b224>, 'disable_events': <function disable_events at 0xf436b95c>, 'memdump': <function memdump at 0xf436b5a4>, 'pool_shrink': <function pool_shrink at 0xf436b1b4>, 'pool_restart': <function pool_restart at 0xf436b17c>, 'dump_schedule': <function dump_schedule at 0xf436b844>, 'report': <function report at 0xf436b6bc>, 'autoscale': <function autoscale at 0xf436b144>, 'query_task': <function query_task at 0xf436bb54>, 'dump_tasks': <function dump_tasks at 0xf436b25c>, 'add_consumer': <function add_consumer at 0xf41adf7c>, 'enable_events': <function enable_events at 0xf436b9cc>, 'dump_revoked': <function dump_revoked at 0xf436b2cc>, 'rate_limit': <function rate_limit at 0xf436b8b4>, 'dump_conf': <function dump_conf at 0xf41adca4>, 'memsample': <function memsample at 0xf436b4c4>, 'pool_grow': <function pool_grow at 0xf436b1ec>, 'heartbeat': <function heartbeat at 0xf436b8ec>, 'hello': <function hello at 0xf436b294>}
classmethod register(method, name=None)[source]