Commit 3fe7e89a authored by Dylan Griffith's avatar Dylan Griffith

Merge branch 'allowlist_geo_repository_updated_service' into 'master'

Allow cross db mod for a geo service

See merge request gitlab-org/gitlab!79286
parents 2c753f80 d3c8ad42
......@@ -20,8 +20,10 @@ module Geo
def execute
return false unless Gitlab::Geo.primary?
::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