Page MenuHomePhabricator

Run maintenance/cleanupEmptyCategories.php regulary (Special:Categories not cleaned up for 9 months on huwikibooks)
Closed, ResolvedPublic

Description

It seems that categories haven't been cleaned up for at least 9 months on huwikibooks—Kategória:Userbox sablonok was deleted and emptied on August 30 (emptying was a few minutes later, I think). Expensive special pages are cached for 2 weeks or so, Special:Categories shouldn't contain months-old entries either.

Event Timeline

Aklapper renamed this task from Run maintenance/cleanupEmptyCategories.php regulary to Run maintenance/cleanupEmptyCategories.php regulary (Special:Categories not cleaned up for 9 months on huwikibooks).Jun 12 2017, 3:42 PM

I propose:

mwscript cleanupEmptyCategories.php --wiki=huwikibooks --mode=both --throttle=5000

Update the category table for huwikibooks, adding missing categories and removing non-existing categories with a wait time of 5 seconds between each batch.

Please paste the output of the script in a Paste.

$ mwscript cleanupEmptyCategories.php --wiki=huwikibooks --mode=both --throttle=5000
...Update 'cleanup empty categories' already logged as completed.
reedy@terbium:~$ mwscript cleanupEmptyCategories.php --wiki=huwikibooks --mode=both --throttle=5000 --force
Adding empty categories with description pages...
Removing empty categories without description pages...
--mode=remove --begin=Userbox_sablonok
Category cleanup complete.
reedy@terbium:~$
Reedy claimed this task.