Removed refreshLinks2 comment

bug: 58994
Change-Id: I28cd23478b00777125e5431db117e64b864c02ea
This commit is contained in:
Aaron Schulz 2014-02-27 21:48:14 -08:00
parent 282f81e424
commit 4e2f785528

View file

@ -434,10 +434,10 @@ abstract class JobQueue {
* that are actually inserted into the queue. For example, "refreshLinks" jobs are
* spawned when a template is edited. One can think of the task as "update links
* of pages that use template X" and an instance of that task as a "root job".
* However, what actually goes into the queue are potentially many refreshLinks2 jobs.
* Since these jobs include things like page ID ranges and DB master positions, and morph
* into smaller refreshLinks2 jobs recursively, simple duplicate detection (like job_sha1)
* for individual jobs being identical is not useful.
* However, what actually goes into the queue are range and leaf job subtypes.
* Since these jobs include things like page ID ranges and DB master positions,
* and can morph into smaller jobs recursively, simple duplicate detection
* for individual jobs being identical (like that of job_sha1) is not useful.
*
* In the case of "refreshLinks", if these jobs are still in the queue when the template
* is edited again, we want all of these old refreshLinks jobs for that template to become