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(dict=None, **kwargs)[source]
data = {'time_limit': <function time_limit at 0xf4a43c34>, 'revoke': <function revoke at 0xf4c5cf7c>, 'objgraph': <function objgraph at 0xf4a438b4>, 'dump_active': <function dump_active at 0xf4a43994>, 'active_queues': <function active_queues at 0xf49986bc>, 'cancel_consumer': <function cancel_consumer at 0xf49986f4>, 'dump_reserved': <function dump_reserved at 0xf4a43a3c>, 'election': <function election at 0xf499879c>, 'shutdown': <function shutdown at 0xf4998064>, 'stats': <function stats at 0xf4a439cc>, 'clock': <function clock at 0xf4a43bfc>, 'ping': <function ping at 0xf499825c>, 'disable_events': <function disable_events at 0xf4a43ca4>, 'memdump': <function memdump at 0xf4a43b1c>, 'pool_shrink': <function pool_shrink at 0xf49982cc>, 'pool_restart': <function pool_restart at 0xf49980d4>, 'dump_schedule': <function dump_schedule at 0xf4a43a04>, 'report': <function report at 0xf4c5cbfc>, 'autoscale': <function autoscale at 0xf499809c>, 'query_task': <function query_task at 0xf4c5c02c>, 'dump_tasks': <function dump_tasks at 0xf4a4310c>, 'add_consumer': <function add_consumer at 0xf499802c>, 'enable_events': <function enable_events at 0xf4c5ce2c>, 'dump_revoked': <function dump_revoked at 0xf4a43c6c>, 'rate_limit': <function rate_limit at 0xf4a43aac>, 'dump_conf': <function dump_conf at 0xf4998764>, 'memsample': <function memsample at 0xf4a438ec>, 'pool_grow': <function pool_grow at 0xf49984fc>, 'heartbeat': <function heartbeat at 0xf4a43844>, 'hello': <function hello at 0xf4a430d4>}
classmethod register(method, name=None)[source]

Previous topic

celery.worker.heartbeat

Next topic

celery.worker.pidbox

This Page