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

celery.loaders.app

celery.loaders.app

The default loader used with custom app instances.

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

BSD, see LICENSE for more details.

class celery.loaders.app.AppLoader(app=None, **kwargs)
on_worker_init()
read_configuration()

Previous topic

celery.loaders

Next topic

celery.loaders.default

This Page