This document describes the current stable version of Celery (3.1). For development docs,
go here.
celery.worker.control
Remote control commands.
-
class celery.worker.control.Panel(dict=None, **kwargs)[source]
-
data = {'time_limit': <function time_limit at 0x7fdc38a77938>, 'revoke': <function revoke at 0x7fdc38a77668>, 'objgraph': <function objgraph at 0x7fdc38a77b90>, 'dump_active': <function dump_active at 0x7fdc38a77aa0>, 'active_queues': <function active_queues at 0x7fdc38875320>, 'cancel_consumer': <function cancel_consumer at 0x7fdc388752a8>, 'dump_reserved': <function dump_reserved at 0x7fdc38a77a28>, 'election': <function election at 0x7fdc38875488>, 'shutdown': <function shutdown at 0x7fdc388751b8>, 'stats': <function stats at 0x7fdc38a77b18>, 'clock': <function clock at 0x7fdc38a77cf8>, 'ping': <function ping at 0x7fdc38a77ed8>, 'disable_events': <function disable_events at 0x7fdc38a777d0>, 'memdump': <function memdump at 0x7fdc38a77c80>, 'pool_shrink': <function pool_shrink at 0x7fdc38875050>, 'pool_restart': <function pool_restart at 0x7fdc388750c8>, 'dump_schedule': <function dump_schedule at 0x7fdc38a779b0>, 'report': <function report at 0x7fdc38a776e0>, 'autoscale': <function autoscale at 0x7fdc38875140>, 'query_task': <function query_task at 0x7fdc38a775f0>, 'dump_tasks': <function dump_tasks at 0x7fdc38a77e60>, 'add_consumer': <function add_consumer at 0x7fdc38875230>, 'enable_events': <function enable_events at 0x7fdc38a77758>, 'dump_revoked': <function dump_revoked at 0x7fdc38a77d70>, 'rate_limit': <function rate_limit at 0x7fdc38a778c0>, 'dump_conf': <function dump_conf at 0x7fdc38875410>, 'memsample': <function memsample at 0x7fdc38a77c08>, 'pool_grow': <function pool_grow at 0x7fdc38a77f50>, 'heartbeat': <function heartbeat at 0x7fdc38a77848>, 'hello': <function hello at 0x7fdc38a77de8>}
-
classmethod register(method, name=None)[source]