v3.0.0+
Status: | effective |
Progress: | 100% |
Version: | 3.0.0+ |
Help:Job queue watchlist
From semantic-mediawiki.org
The job queue watchlist was primarily introduced1 for administrators and data curators to have a quick overview of which jobs are currently awaiting execution and may therefore cause stale data for other users.
To enable this feature, configuration parameter $smwgJobQueueWatchlist
No description was provided. is required to contain a list of jobs to be watched after which each user is able to activate it by setting the relevant "Show the job queue watchlist in my personal bar" in the personal preferences.
This feature relies on MediaWiki's "JobQueueGroup.php" to return countable size information which implies that it depends on the type of job queue (SQL, redis, etc.) and the specific implementation to fetch that information.
See also[edit]
- Help page on configuration parameter
$smwgJobQueueWatchlist
No description was provided. - Help page on the job queue
- Help page on data curators
References
- ^ Semantic MediaWiki: GitHub pull request gh:smw:2913