celery.contrib.rdb
Usage
Environment Variables
CELERY_RDB_HOST
CELERY_RDB_PORT
Base port to bind to. Default is 6899. The debugger will try to find an available port starting from the base port. The selected port will be logged by the worker.
celery.contrib.rdb.set_trace(frame=None)[源代码]
celery.contrib.rdb.debugger()
Return the current debugger instance (if any), or creates a new one.
class celery.contrib.rdb.Rdb(host=’127.0.0.1’, port=6899, port_search_limit=100, port_skew=0, out=<open file ‘<stdout>’, mode ‘w’ at 0x40482078>)[源代码]