This document describes 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 0x7e7b758>, 'revoke': <function revoke at 0x7e7b488>, 'objgraph': <function objgraph at 0x7e7b9b0>, 'dump_active': <function dump_active at 0x7e7b8c0>, 'active_queues': <function active_queues at 0x85e8140>, 'cancel_consumer': <function cancel_consumer at 0x85e80c8>, 'dump_reserved': <function dump_reserved at 0x7e7b848>, 'election': <function election at 0x85e82a8>, 'shutdown': <function shutdown at 0x7e7bf50>, 'stats': <function stats at 0x7e7b938>, 'clock': <function clock at 0x7e7bb18>, 'ping': <function ping at 0x7e7bcf8>, 'disable_events': <function disable_events at 0x7e7b5f0>, 'memdump': <function memdump at 0x7e7baa0>, 'pool_shrink': <function pool_shrink at 0x7e7bde8>, 'pool_restart': <function pool_restart at 0x7e7be60>, 'dump_schedule': <function dump_schedule at 0x7e7b7d0>, 'report': <function report at 0x7e7b500>, 'autoscale': <function autoscale at 0x7e7bed8>, 'query_task': <function query_task at 0x7e7b410>, 'dump_tasks': <function dump_tasks at 0x7e7bc80>, 'add_consumer': <function add_consumer at 0x85e8050>, 'enable_events': <function enable_events at 0x7e7b578>, 'dump_revoked': <function dump_revoked at 0x7e7bb90>, 'rate_limit': <function rate_limit at 0x7e7b6e0>, 'dump_conf': <function dump_conf at 0x85e8230>, 'memsample': <function memsample at 0x7e7ba28>, 'pool_grow': <function pool_grow at 0x7e7bd70>, 'heartbeat': <function heartbeat at 0x7e7b668>, 'hello': <function hello at 0x7e7bc08>}
-
classmethod register(method, name=None)[source]