This document describes the current stable version of Celery (4.0). For development docs, go here.

celery.loaders

Get loader by name.

Loaders define how configuration is read, what happens when workers start, when tasks are executed and so on.

celery.loaders.get_loader_cls(loader)[source]

Get loader class by name/alias.