Add small script for common job queue admin tasks
authorAaron Schulz <aschulz@wikimedia.org>
Thu, 19 Jan 2017 00:02:16 +0000 (16:02 -0800)
committerAaron Schulz <aschulz@wikimedia.org>
Thu, 19 Jan 2017 00:14:21 +0000 (16:14 -0800)
commitb38e4461db0bdbfe6ddcdcc7bd774b00f92c8460
tree0a2c1529d4a73d93ad76c3d5b6ecfed7e340e468
parent318694794acb4246e8887e90fa111b128954d04e
Add small script for common job queue admin tasks

This can handle dropping queued and re-enqueueing abandoned jobs.
Also use the DB cache table to avoid re-enqueuing duplicate jobs
if this has to get used several times for a queue during a week.

Change-Id: Ib56cf57e56f03ce6f1c4b52e3e36f228413c1056
autoload.php
maintenance/manageJobs.php [new file with mode: 0644]