Page MenuHomePhabricator

Remove closed wikis from GrowthExperiments dblist
Closed, ResolvedPublic

Description

GrowthExperiment is enabled via a dblist. This list is manually maintained, and so also contains Wikipedias that have been closed by now (and is missing some new ones). These closed wikipedias are edge cases that continously make our code harder to write, and also they keep causing production errors, for example, T386864 and T407366. Closed wikis are listed in another dblist. We want to remove these wikis from the GrowthExperiments dblist.

In a future step, we want to switch from a dblist to a dbexpr like wikipedia - closed - private, so that GrowthExperiments is automatically removed from wikipedias that are closed and enabled on new ones. However, that is not the scope of this task, because it requires more changes to GrowthExperiments. (TODO: create/link task for that here)

Acceptance Criteria

Notes