If you don't have shell access, adding the following to the bottom of LocalSettings.php
$wgRunJobsAsync = false; $wgJobRunRate = 10; will probably clear out the job queue backlog, after some time (Once the backlog is clear, reduce $wgJobRunRate to either 1 or 2, but keep $wgRunJosAsync set to false). The refreshLinksPrioritized are the jobs responsible for maintaining categories. > even after running the update script (several times) The update script (update.php) has no affect on the job queue. runJobs.php is what affects the job queue. -- bawolff On Tue, Nov 8, 2016 at 9:19 AM, Habets, WGR (Ruud) <[email protected]> wrote: > had to install the maintenance extension because I have no shell access. > > the show-jobs script returns > > htmlCacheUpdate: 8699 queued; 0 claimed (0 active, 0 abandoned); 0 delayed > refreshLinksPrioritized: 28414 queued; 0 claimed (0 active, 0 abandoned); 0 > delayed > > even after running the update script (several times) > > Is this a good or a bad report? > > ruud > Op 5-11-2016 om 14:39 schreef John: > >> Its job queue related, run runjobs.php >> >> >> On Sat, Nov 5, 2016 at 9:37 AM, ruud <[email protected]> wrote: >> >>> Hi, >>> >>> I am having trouble populating categories on https://www.kgv.nl. (MW >>> 1.27.1, clean install, imported pages from XML). >>> >>> Adding [[category:A]] to [[AnyPage]] creates a category-link on >>> [[AnyPage]], but after going to the [[Category:A]] page, there is no link >>> to [[AnyPage]]. >>> >>> Any ideas how to fix this? >>> >>> ruud >>> >>> >>> -- >>> met vriendelijke groeten, >>> >>> Ruud Habets B-ICT >>> Bockstraat 41 | 6461 VV | Kerkrade >>> tel 0650-844386 >>> mail ruud | @habets.info | @kgv.nl | @tieekezingen.nl | @tjodtsimmer.nl >>> >>> _______________________________________________ >>> MediaWiki-l mailing list >>> To unsubscribe, go to: >>> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l >>> >> _______________________________________________ >> MediaWiki-l mailing list >> To unsubscribe, go to: >> https://lists.wikimedia.org/mailman/listinfo/mediawiki-l > > > _______________________________________________ > MediaWiki-l mailing list > To unsubscribe, go to: > https://lists.wikimedia.org/mailman/listinfo/mediawiki-l _______________________________________________ MediaWiki-l mailing list To unsubscribe, go to: https://lists.wikimedia.org/mailman/listinfo/mediawiki-l
