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 0x7f159260d578>, 'revoke': <function revoke at 0x7f15945540c8>, 'objgraph': <function objgraph at 0x7f159260d9b0>, 'dump_active': <function dump_active at 0x7f159260de60>, 'active_queues': <function active_queues at 0x7f15933ae320>, 'cancel_consumer': <function cancel_consumer at 0x7f15933ae2a8>, 'dump_reserved': <function dump_reserved at 0x7f159260ded8>, 'election': <function election at 0x7f15933ae488>, 'shutdown': <function shutdown at 0x7f15933ae1b8>, 'stats': <function stats at 0x7f159260d938>, 'clock': <function clock at 0x7f159260db18>, 'ping': <function ping at 0x7f159260dcf8>, 'disable_events': <function disable_events at 0x7f159260d668>, 'memdump': <function memdump at 0x7f159260daa0>, 'pool_shrink': <function pool_shrink at 0x7f15933ae050>, 'pool_restart': <function pool_restart at 0x7f15933ae0c8>, 'dump_schedule': <function dump_schedule at 0x7f159260df50>, 'report': <function report at 0x7f159260d050>, 'autoscale': <function autoscale at 0x7f15933ae140>, 'query_task': <function query_task at 0x7f15945545f0>, 'dump_tasks': <function dump_tasks at 0x7f159260dc80>, 'add_consumer': <function add_consumer at 0x7f15933ae230>, 'enable_events': <function enable_events at 0x7f159260d758>, 'dump_revoked': <function dump_revoked at 0x7f159260db90>, 'rate_limit': <function rate_limit at 0x7f159260d2a8>, 'dump_conf': <function dump_conf at 0x7f15933ae410>, 'memsample': <function memsample at 0x7f159260da28>, 'pool_grow': <function pool_grow at 0x7f159260dd70>, 'heartbeat': <function heartbeat at 0x7f159260d848>, 'hello': <function hello at 0x7f159260dc08>}¶
-