Skip to content

Add fallback blobs read using BatchReadBlobs to cache

Neill Whillans requested to merge neill/with_cache_readblobs into master

Before raising this MR, consider whether the following are required, and complete if so:

  • Unit tests
  • Metrics
  • Documentation update(s)

Documentation update not required and metrics available when deployed.

Description

This MR adds the caching of blobs retrieved from fallback storage, when using the with_cache storage type and blobs are read with BatchReadBlobs.

Changes proposed in this merge request:

  • Adds caching of fallback blobs to bulk_read_blobs() in with_cache.py
  • Adds test
Edited by Neill Whillans

Merge request reports