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>, 'revoke': <function revoke>, 'objgraph': <function objgraph>, 'dump_active': <function dump_active>, 'active_queues': <function active_queues>, 'cancel_consumer': <function cancel_consumer>, 'dump_reserved': <function dump_reserved>, 'election': <function election>, 'shutdown': <function shutdown>, 'stats': <function stats>, 'clock': <function clock>, 'ping': <function ping>, 'disable_events': <function disable_events>, 'memdump': <function memdump>, 'pool_shrink': <function pool_shrink>, 'pool_restart': <function pool_restart>, 'dump_schedule': <function dump_schedule>, 'report': <function report>, 'autoscale': <function autoscale>, 'query_task': <function query_task>, 'dump_tasks': <function dump_tasks>, 'add_consumer': <function add_consumer>, 'enable_events': <function enable_events>, 'dump_revoked': <function dump_revoked>, 'rate_limit': <function rate_limit>, 'dump_conf': <function dump_conf>, 'memsample': <function memsample>, 'pool_grow': <function pool_grow>, 'heartbeat': <function heartbeat>, 'hello': <function hello>}
classmethod register(method, name=None)[source]