X-Git-Url: https://git.heureux-cyclage.org/?a=blobdiff_plain;f=includes%2Fjobqueue%2FREADME;h=2073b0f841583c287b1de610e5da841f38c5eca4;hb=f629d095f0469dc9fa29143a8efdc498ee634730;hp=af836bc502ef690d2de6743c6557169adc8564bd;hpb=0c8e0c66feb9b8df65bd12cb4136a1410cef8758;p=lhc%2Fweb%2Fwiklou.git diff --git a/includes/jobqueue/README b/includes/jobqueue/README index af836bc502..2073b0f841 100644 --- a/includes/jobqueue/README +++ b/includes/jobqueue/README @@ -11,7 +11,7 @@ The data model consist of the following main components: background. All jobs subclass the Job object and put the main logic in the function called run(). * The JobQueue object represents a particular queue of jobs of a certain type. - For example there may be a queue for email jobs and a queue for squid purge + For example there may be a queue for email jobs and a queue for CDN purge jobs. \section jobqueue Job queues @@ -45,7 +45,7 @@ In-memory queues may lose data when restarted depending on snapshot and journal settings (including journal fsync() frequency). Some queue types may totally remove jobs when dequeued while leaving the ack() function as a no-op; if a job is dequeued by a job runner, which crashes before completion, the job will be -lost. Some jobs, like purging squid caches after a template change, may not +lost. Some jobs, like purging CDN caches after a template change, may not require durable queues, whereas other jobs might be more important. \section aggregator Job queue aggregator