This is the development version for the new mwstake.org/wiki.

Functionality "MediaWiki Job Queue"

From mwstakeorgdev
Jump to navigation Jump to search
The job queue performs long-running tasks asynchronously holding many short tasks using batch processing.
In this context

How to debug

  • tail -f debug.log | grep "### MediaWiki "
  • wfDebug("### MediaWiki Job Queue ### your message");