gitlab-org--gitlab-foss/app/services/projects/container_repository
Stan Hu a1912ccc89 Delete container repository tags outside of transaction
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 https://gitlab.com/gitlab-org/gitlab-ce/issues/51380
2018-09-19 05:03:18 -07:00
..
destroy_service.rb