download
raw
251 Bytes
from django.core import checks
@checks.register
def check_tasks(app_configs=None, **kwargs):
"""Checks all registered Task backends."""
from . import task_backends
for backend in task_backends.all():
yield from backend.check()

Xet Storage Details

Size:
251 Bytes
·
Xet hash:
b9dc01f5aaee8aa011bbb77f228662575932c730dae105dc0cb14e0c209d67f1

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.