Job queue
From Wikitech
(Difference between revisions)
| Line 1: | Line 1: | ||
| − | + | {{Document me}} | |
| + | |||
| + | A certain percentage of things in the job queue are taken care of by random runs during page views. | ||
| + | |||
| + | There is also a batch runner, [[runJobs.php]]. We have a script to run it in a loop, [[jobs-loop.sh]]. | ||
| + | |||
| + | * What machine does it run on? | ||
| + | ** srv31, probably | ||
| + | * What user does it run as? | ||
| + | ** ?? | ||
| + | * What starts it? | ||
| + | ** ?? | ||
Revision as of 20:44, 19 April 2006
A certain percentage of things in the job queue are taken care of by random runs during page views.
There is also a batch runner, runJobs.php. We have a script to run it in a loop, jobs-loop.sh.
- What machine does it run on?
- srv31, probably
- What user does it run as?
- ??
- What starts it?
- ??