core.backends package¶
core.backends package containing additional backends for the Eonvelope application.
- class core.backends.ShardedFileSystemStorage(*args, **kwargs)[source]¶
Bases:
FileSystemStorageFileSystemStorage backend for sharded storage.
- class core.backends.StorageIntegrityCheckBackend[source]¶
Bases:
HealthCheckHealth 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:
- __init__()¶
- Return type:
None