Page MenuHomeMiraheze

Allow jobs run through the UI to access deleted databases
Closed, ResolvedPublic

Description

Wikis that have been deleted are throwing "Wiki not found errors" which causes stuff like LocalRenameUserJob to break because it calls out to that wiki. We should put exemptions in by using MEDIAWIKI_JOB_RUNNER (I think we can use this but I could be wrong?) so jobs ran through the UI can access deleted wikis.