Skip to main content

check_tasks

Checks all registered Task backends.

def check_tasks(
app_configs: list = None,
kwargs: dict
) - > generator

Checks all registered Task backends.

Parameters

NameTypeDescription
app_configslist = NoneA list of application configurations to restrict the check to specific apps
kwargsdictAdditional keyword arguments passed by the Django system check framework

Returns

TypeDescription
generatorA generator yielding validation errors or warnings from each registered task backend