In the current logic, blob storage bucket is destroyed if it exists but has no cache entries. Looking at the logs we noticed some buckets repeatedly getting deleted. This happens because users only request cache entries without ever adding new ones. To fix this, blob storage bucket will now only be created when adding a new cache entry. Subsequent get requests will still work since the blob storage will already exist once an entry is added.
8.9 KiB
8.9 KiB