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
(dict=None, **kwargs)[source]¶ -
data
= {'time_limit': <function time_limit at 0xc26c17c>, 'revoke': <function revoke at 0xc26c02c>, 'objgraph': <function objgraph at 0xc26c294>, 'dump_active': <function dump_active at 0xc26c224>, 'active_queues': <function active_queues at 0xc26c5dc>, 'cancel_consumer': <function cancel_consumer at 0xc26c5a4>, 'dump_reserved': <function dump_reserved at 0xc26c1ec>, 'election': <function election at 0xc26c684>, 'shutdown': <function shutdown at 0xc26c534>, 'stats': <function stats at 0xc26c25c>, 'clock': <function clock at 0xc26c33c>, 'ping': <function ping at 0xc26c41c>, 'disable_events': <function disable_events at 0xc26c0d4>, 'memdump': <function memdump at 0xc26c304>, 'pool_shrink': <function pool_shrink at 0xc26c48c>, 'pool_restart': <function pool_restart at 0xc26c4c4>, 'dump_schedule': <function dump_schedule at 0xc26c1b4>, 'report': <function report at 0xc26c064>, 'autoscale': <function autoscale at 0xc26c4fc>, 'query_task': <function query_task at 0xbb19fb4>, 'dump_tasks': <function dump_tasks at 0xc26c3e4>, 'add_consumer': <function add_consumer at 0xc26c56c>, 'enable_events': <function enable_events at 0xc26c09c>, 'dump_revoked': <function dump_revoked at 0xc26c374>, 'rate_limit': <function rate_limit at 0xc26c144>, 'dump_conf': <function dump_conf at 0xc26c64c>, 'memsample': <function memsample at 0xc26c2cc>, 'pool_grow': <function pool_grow at 0xc26c454>, 'heartbeat': <function heartbeat at 0xc26c10c>, 'hello': <function hello at 0xc26c3ac>}¶
-