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 0xf49aa994>, 'revoke': <function revoke at 0xf49aa48c>, 'objgraph': <function objgraph at 0xf49aab1c>, 'dump_active': <function dump_active at 0xf49aaa74>, 'active_queues': <function active_queues at 0xf3fa7ca4>, 'cancel_consumer': <function cancel_consumer at 0xf3fa7c6c>, 'dump_reserved': <function dump_reserved at 0xf49aaa3c>, 'election': <function election at 0xf3fa7d4c>, 'shutdown': <function shutdown at 0xf3fa7bfc>, 'stats': <function stats at 0xf49aaaac>, 'clock': <function clock at 0xf49aabc4>, 'ping': <function ping at 0xf3fa7ae4>, 'disable_events': <function disable_events at 0xf49aa144>, 'memdump': <function memdump at 0xf49aab8c>, 'pool_shrink': <function pool_shrink at 0xf3fa7b54>, 'pool_restart': <function pool_restart at 0xf3fa7b8c>, 'dump_schedule': <function dump_schedule at 0xf49aa9cc>, 'report': <function report at 0xf49aa7d4>, 'autoscale': <function autoscale at 0xf3fa7bc4>, 'query_task': <function query_task at 0xf49aa924>, 'dump_tasks': <function dump_tasks at 0xf43ccbfc>, 'add_consumer': <function add_consumer at 0xf3fa7c34>, 'enable_events': <function enable_events at 0xf49aa6bc>, 'dump_revoked': <function dump_revoked at 0xf43cce64>, 'rate_limit': <function rate_limit at 0xf49aa95c>, 'dump_conf': <function dump_conf at 0xf3fa7d14>, 'memsample': <function memsample at 0xf49aab54>, 'pool_grow': <function pool_grow at 0xf3fa7b1c>, 'heartbeat': <function heartbeat at 0xf49aac34>, 'hello': <function hello at 0xf43cce9c>}¶
-