mirror of
https://github.com/quay/quay.git
synced 2026-01-26 06:21:37 +03:00
* Change storage GC to process a single row at a time This should remove the deadlock under the transaction and be much less heavy on the DB * Ensure we don't select repositories for GC from those already marked for deletion or those under to-be-deleted namespaces * Ensure that GC operations occur under global locks, to prevent concurrent GC of the same repositories, which should reduce lock contention on the database