Fix N+1 when validating groups
Removes the validates_associated call which calls `#valid?` on each runner of the group which triggers an N+1 query This improves the validation for RunnerNamespace so that we don't need to fire multiple SQL queries
Showing
Please register or sign in to comment