Skip to content

Delete container repository tags outside of transaction

Stan Hu requested to merge sh-delete-tags-outside-transaction into master

When there are many tags in a container repository, deleting them can exceed the default 60 second idle-in-transaction timeout in Sidekiq. We now explicitly delete them in the DestroyService before destroying the model.

Closes #51380 (closed)

Edited by Stan Hu

Merge request reports