Commit d3c8ad42 authored by Thong Kuah's avatar Thong Kuah

Allow cross db mod for a geo service

parent 5185d156
......@@ -20,8 +20,10 @@ module Geo
def execute
return false unless Gitlab::Geo.primary?
reset_repository_checksum!
create_repository_updated_event!
::Gitlab::Database.allow_cross_joins_across_databases(url: 'https://gitlab.com/gitlab-org/gitlab/-/issues/351271') do
reset_repository_checksum!
create_repository_updated_event!
end
true
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment