Manual:manageJobs.php

This page is a translated version of the page Manual:ManageJobs.php and the translation is 44% complete.

詳細

manageJobs.php is a maintenance script to manually either delete jobs from the ジョブ キュー or put abandoned jobs back into circulation. Note that, while the script can put abandoned jobs back into circulation, it won't execute them. Use runJobs.php for that.

オプション/引数

オプション/パラメーター 説明 必須かどうか
--action
Options
  • delete – to delete the jobs from the job table
  • repush-abandoned – to put abandoned jobs back into circulation
必須
--type Must be one of the job types, typically the ones listed when you run showJobs.php --group . 必須

使用法

php manageJobs.php [ --action | --type ]

Both parameters are mandatory.

First find what job types are abandoned with showJobs.php :

Terminal

Then add abandoned jobs back into circulation with --action repush-abandoned:

Terminal

Then you can run runJobs.php to actually execute them.

関連項目