This document describes an older version of Celery (2.1). For the latest stable version please go here.

Debugging Info - celery.utils.info

celery.utils.info.format_broker_info(info=None)

Get message broker connection info string for log dumps.

celery.utils.info.format_queues(queues, indent=0)

Format routing table into string for log dumps.

celery.utils.info.get_broker_info(broker_connection=None)
celery.utils.info.humanize_seconds(secs, prefix='')

Show seconds in human form, e.g. 60 is “1 minute”, 7200 is “2 hours”.

celery.utils.info.textindent(t, indent=0)

Indent text.

Previous topic

Time and Date Utilities - celery.utils.timeutils

Next topic

Python Compatibility - celery.utils.compat

This Page