faust.fixups.base

Fixups - Base implementation.

class faust.fixups.base.Fixup(app: faust.types.app.AppT) → None[source]

Base class for fixups.

Fixups are things that hook into Faust to make things work for other frameworks, such as Django.

enabled() → bool[source]
Return type

bool

autodiscover_modules() → Iterable[str][source]
Return type

Iterable[str]

on_worker_init() → None[source]
Return type

None