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 0x7f85ff7429b0>, 'revoke': <function revoke at 0x7f85ffba1aa0>, 'objgraph': <function objgraph at 0x7f85ff742848>, 'dump_active': <function dump_active at 0x7f85ff742938>, 'active_queues': <function active_queues at 0x7f85ff7420c8>, 'cancel_consumer': <function cancel_consumer at 0x7f85ff742140>, 'dump_reserved': <function dump_reserved at 0x7f85ff742c08>, 'election': <function election at 0x7f85ff742b90>, 'shutdown': <function shutdown at 0x7f85ff742230>, 'stats': <function stats at 0x7f85ff7428c0>, 'clock': <function clock at 0x7f85ff7426e0>, 'ping': <function ping at 0x7f85ff742500>, 'disable_events': <function disable_events at 0x7f85ffba1938>, 'memdump': <function memdump at 0x7f85ff742758>, 'pool_shrink': <function pool_shrink at 0x7f85ff742410>, 'pool_restart': <function pool_restart at 0x7f85ff742320>, 'dump_schedule': <function dump_schedule at 0x7f85ff742aa0>, 'report': <function report at 0x7f85ffba1a28>, 'autoscale': <function autoscale at 0x7f85ff7422a8>, 'query_task': <function query_task at 0x7f85ffba1b18>, 'dump_tasks': <function dump_tasks at 0x7f85ff742578>, 'add_consumer': <function add_consumer at 0x7f85ff7421b8>, 'enable_events': <function enable_events at 0x7f85ffba19b0>, 'dump_revoked': <function dump_revoked at 0x7f85ff742668>, 'rate_limit': <function rate_limit at 0x7f85ffba1320>, 'dump_conf': <function dump_conf at 0x7f85ff742c80>, 'memsample': <function memsample at 0x7f85ff7427d0>, 'pool_grow': <function pool_grow at 0x7f85ff742488>, 'heartbeat': <function heartbeat at 0x7f85ffba18c0>, 'hello': <function hello at 0x7f85ff7425f0>}
-
classmethod register(method, name=None)[source]