Skip to content

Fix error when reloading code in Sidekiq

Peter Leitzen requested to merge pl-copy-still-active into master

What does this MR do?

This commit fixes the following error in development:

ArgumentError: A copy of Gitlab::Metrics::Transaction has been removed from the module tree but is still active!

What are the relevant issue numbers?

https://gitlab.com/gitlab-org/gitlab-ce/issues/54320 https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/23262

Does this MR meet the acceptance criteria?

Closes #54320 (closed)

Merge request reports