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 0x7f06c4b4b9b0>, 'revoke': <function revoke at 0x7f06c5a4d578>, 'objgraph': <function objgraph at 0x7f06c4b4b758>, 'dump_active': <function dump_active at 0x7f06c4b4b848>, 'active_queues': <function active_queues at 0x7f06c537f2a8>, 'cancel_consumer': <function cancel_consumer at 0x7f06c537f230>, 'dump_reserved': <function dump_reserved at 0x7f06c4b4b8c0>, 'election': <function election at 0x7f06c537f410>, 'shutdown': <function shutdown at 0x7f06c537f140>, 'stats': <function stats at 0x7f06c4b4b7d0>, 'clock': <function clock at 0x7f06c4b4bb90>, 'ping': <function ping at 0x7f06c4b4be60>, 'disable_events': <function disable_events at 0x7f06c4b4bc80>, 'memdump': <function memdump at 0x7f06c4b4b050>, 'pool_shrink': <function pool_shrink at 0x7f06c4b4bf50>, 'pool_restart': <function pool_restart at 0x7f06c537f050>, 'dump_schedule': <function dump_schedule at 0x7f06c4b4b938>, 'report': <function report at 0x7f06c5b6baa0>, 'autoscale': <function autoscale at 0x7f06c537f0c8>, 'query_task': <function query_task at 0x7f06c5a4d500>, 'dump_tasks': <function dump_tasks at 0x7f06c4b4bde8>, 'add_consumer': <function add_consumer at 0x7f06c537f1b8>, 'enable_events': <function enable_events at 0x7f06c4b4bc08>, 'dump_revoked': <function dump_revoked at 0x7f06c4b4bcf8>, 'rate_limit': <function rate_limit at 0x7f06c4b4baa0>, 'dump_conf': <function dump_conf at 0x7f06c537f398>, 'memsample': <function memsample at 0x7f06c4b4b6e0>, 'pool_grow': <function pool_grow at 0x7f06c4b4bed8>, 'heartbeat': <function heartbeat at 0x7f06c4b4bb18>, 'hello': <function hello at 0x7f06c4b4bd70>}
-
classmethod register(method, name=None)[source]