This document is for Celery's development version, which can be significantly different from previous releases. Get old docs here: 2.5.

celery.app

Celery Application.

copyright:
  1. 2009 - 2012 by Ask Solem.
license:

BSD, see LICENSE for more details.

Proxies

celery.app.default_app = <Celery default:0x10191a550>

Functions

celery.app.app_or_default(app=None)

Function returning the app provided or the default app if none.

The environment variable CELERY_TRACE_APP is used to trace app leaks. When enabled an exception is raised if there is no active app.

celery.app.enable_trace()
celery.app.disable_trace()

Data

celery.app.default_loader = 'default'

The “default” loader is the default loader used by old applications.

Previous topic

celery

Next topic

celery.app.task

This Page