From 914767051a19681280b25761c8d59b3f45ce507d Mon Sep 17 00:00:00 2001 From: Skyler Grey Date: Tue, 6 Jan 2026 20:25:51 +0000 Subject: [PATCH] fix(pm/wiki): disable category indexing Change-Id: nspvwuqnyquvnnvuzoorroyxvlwowkwt It seems like this is causing issues with category updating on new Johnny Decimal pages, so we should disable it - I've left the comment to stop us noticing it's disabled and mistakenly re-enabling it in the future --- packetmix/systems/wiki/wiki.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packetmix/systems/wiki/wiki.nix b/packetmix/systems/wiki/wiki.nix index 2a5d12b6..8ad10532 100644 --- a/packetmix/systems/wiki/wiki.nix +++ b/packetmix/systems/wiki/wiki.nix @@ -248,7 +248,7 @@ $wgCargoPageDataColumns[] = 'creator'; $wgCargoPageDataColumns[] = 'lastEditor'; $wgCargoPageDataColumns[] = 'displayTitle'; - $wgCargoPageDataColumns[] = 'categories'; + // $wgCargoPageDataColumns[] = 'categories'; - seems to break with auto-categorization(?), causes job queue to abandon and drop refresh link tasks $wgCargoPageDataColumns[] = 'numRevisions'; $wgCargoPageDataColumns[] = 'outgoingLinks'; $wgCargoPageDataColumns[] = 'isRedirect'; -- 2.43.0