mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
during manifest push, we generate a map of blobs which are part of the manifest layers. This is done using a UNION query which can overload the worker if the number of layers is too large. Instead, run each query individually to prevent the crash