check_tasks
Checks all registered Task backends.
def check_tasks(
app_configs: list = None,
kwargs: dict
) - > generator
Checks all registered Task backends.
Parameters
| Name | Type | Description |
|---|---|---|
| app_configs | list = None | A list of application configurations to restrict the check to specific apps |
| kwargs | dict | Additional keyword arguments passed by the Django system check framework |
Returns
| Type | Description |
|---|---|
generator | A generator yielding validation errors or warnings from each registered task backend |