mirror of
https://github.com/quay/quay.git
synced 2026-01-27 18:42:52 +03:00
The PooledCache implementation incorrectly returns `None` instead of the default if an exception occurs, but `None` is a valid cached value, so we instead catch the exceptions ourselves now and skip the caching code if we encounter an exception