This document describes 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 0xb6785dc>, 'revoke': <function revoke at 0xb67848c>, 'objgraph': <function objgraph at 0xb6786f4>, 'dump_active': <function dump_active at 0xb678684>, 'active_queues': <function active_queues at 0xb678a3c>, 'cancel_consumer': <function cancel_consumer at 0xb678a04>, 'dump_reserved': <function dump_reserved at 0xb67864c>, 'election': <function election at 0xb678ae4>, 'shutdown': <function shutdown at 0xb678994>, 'stats': <function stats at 0xb6786bc>, 'clock': <function clock at 0xb67879c>, 'ping': <function ping at 0xb67887c>, 'disable_events': <function disable_events at 0xb678534>, 'memdump': <function memdump at 0xb678764>, 'pool_shrink': <function pool_shrink at 0xb6788ec>, 'pool_restart': <function pool_restart at 0xb678924>, 'dump_schedule': <function dump_schedule at 0xb678614>, 'report': <function report at 0xb6784c4>, 'autoscale': <function autoscale at 0xb67895c>, 'query_task': <function query_task at 0xb678454>, 'dump_tasks': <function dump_tasks at 0xb678844>, 'add_consumer': <function add_consumer at 0xb6789cc>, 'enable_events': <function enable_events at 0xb6784fc>, 'dump_revoked': <function dump_revoked at 0xb6787d4>, 'rate_limit': <function rate_limit at 0xb6785a4>, 'dump_conf': <function dump_conf at 0xb678aac>, 'memsample': <function memsample at 0xb67872c>, 'pool_grow': <function pool_grow at 0xb6788b4>, 'heartbeat': <function heartbeat at 0xb67856c>, 'hello': <function hello at 0xb67880c>}
classmethod register(method, name=None)[source]

Previous topic

celery.worker.heartbeat

Next topic

celery.worker.pidbox

This Page