Skip to content

Fix database cross-join in ApplicationContext

Ref: #342147 (closed)

What does this MR do and why?

This commit fixes a cross database query between our 2 new databases which has been identified as a ~"sharding-blocker".

It's now making 2 SQL queries instead of one as suggested on the proposal by using our Ci::RunnerProject.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Max Orefice

Merge request reports