swh.storage.proxies.masking.cls module#
- swh.storage.proxies.masking.cls.masking_overhead_timer(method_name: str) DifferentialTimer[source]#
Return a properly setup DifferentialTimer for
method_nameof the storage
- class swh.storage.proxies.masking.cls.MaskingProxyStorage(storage: Dict | StorageInterface, db: str | None = None, masking_db: str | None = None, min_pool_conns: int = 1, max_pool_conns: int = 5)[source]#
Bases:
objectMasking storage proxy
This proxy can return modified objects or stop them from being retrieved at all.
It uses a specific PostgreSQL database (which for now is colocated with the swh.storage PostgreSQL database), the access to which is implemented in the
masking.dbsubmodule.Sample configuration
- RANDOM_ATTEMPTS = 5#
- TRevision = ~TRevision#
- TRelease = ~TRelease#
- revision_get(revision_ids: List[bytes], ignore_displayname: bool = False) List[Revision | None][source]#
- revision_log(revisions: List[bytes], ignore_displayname: bool = False, limit: int | None = None) Iterable[Dict[str, Any] | None][source]#