core.backends.StorageIntegrityCheckBackend module

Module with the core.backends.StorageIntegrityCheckBackend.StorageIntegrityCheckBackend class.

class core.backends.StorageIntegrityCheckBackend.StorageIntegrityCheckBackend[source]

Bases: HealthCheck

Health check backend for core.models.StorageShard.StorageShard.healthcheck().

async run()[source]

Implements the healthcheck.

Raises:

ServiceWarning – If core.models.StorageShard.StorageShard.healthcheck() fails.

Return type:

None

__init__()
Return type:

None