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 0xf3c3d87c>, 'revoke': <function revoke at 0xf39a3a74>, 'objgraph': <function objgraph at 0xf3c3d844>, 'dump_active': <function dump_active at 0xf3c3d95c>, 'active_queues': <function active_queues at 0xf39cb0d4>, 'cancel_consumer': <function cancel_consumer at 0xf39cb064>, 'dump_reserved': <function dump_reserved at 0xf3c3da3c>, 'election': <function election at 0xf39cba74>, 'shutdown': <function shutdown at 0xf39cbb54>, 'stats': <function stats at 0xf3c3daac>, 'clock': <function clock at 0xf3e2c994>, 'ping': <function ping at 0xf3ea9d84>, 'disable_events': <function disable_events at 0xf3d0bd14>, 'memdump': <function memdump at 0xf3c3d8b4>, 'pool_shrink': <function pool_shrink at 0xf3a64ed4>, 'pool_restart': <function pool_restart at 0xf3a64fb4>, 'dump_schedule': <function dump_schedule at 0xf3c3dae4>, 'report': <function report at 0xf39a3764>, 'autoscale': <function autoscale at 0xf3a64f44>, 'query_task': <function query_task at 0xf39a3b1c>, 'dump_tasks': <function dump_tasks at 0xf3ea9a04>, 'add_consumer': <function add_consumer at 0xf39cb374>, 'enable_events': <function enable_events at 0xf39a3aac>, 'dump_revoked': <function dump_revoked at 0xf3e2cdf4>, 'rate_limit': <function rate_limit at 0xf3d0be64>, 'dump_conf': <function dump_conf at 0xf39cb4fc>, 'memsample': <function memsample at 0xf3c3d79c>, 'pool_grow': <function pool_grow at 0xf3ea9ed4>, 'heartbeat': <function heartbeat at 0xf3d0bcdc>, 'hello': <function hello at 0xf3e2cfb4>}¶
-