Return-Path: X-Original-To: apmail-sling-commits-archive@www.apache.org Delivered-To: apmail-sling-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 21A8110AC4 for ; Fri, 13 Dec 2013 16:50:39 +0000 (UTC) Received: (qmail 62998 invoked by uid 500); 13 Dec 2013 16:50:37 -0000 Delivered-To: apmail-sling-commits-archive@sling.apache.org Received: (qmail 62930 invoked by uid 500); 13 Dec 2013 16:50:36 -0000 Mailing-List: contact commits-help@sling.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@sling.apache.org Delivered-To: mailing list commits@sling.apache.org Received: (qmail 62923 invoked by uid 99); 13 Dec 2013 16:50:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 16:50:36 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 13 Dec 2013 16:50:35 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 226CC2388831; Fri, 13 Dec 2013 16:50:15 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1550767 - /sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext Date: Fri, 13 Dec 2013 16:50:15 -0000 To: commits@sling.apache.org From: rombert@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20131213165015.226CC2388831@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: rombert Date: Fri Dec 13 16:50:14 2013 New Revision: 1550767 URL: http://svn.apache.org/r1550767 Log: SLING-3283 - Table on http://sling.apache.org/documentation/bundles/apache-sling-eventing-and-job-handling.html broken Made table layout consistent with the rest of the docs. Modified: sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext Modified: sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext URL: http://svn.apache.org/viewvc/sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext?rev=1550767&r1=1550766&r2=1550767&view=diff ============================================================================== --- sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext (original) +++ sling/site/trunk/content/documentation/bundles/apache-sling-eventing-and-job-handling.mdtext Fri Dec 13 16:50:14 2013 @@ -98,16 +98,16 @@ For managing queues, the Sling Job Handl A queue configuration can have the following properties: -| *Property Name* | *Description* | +| Property Name | Description | |--|--| -| *queue.name* | The name of the queue. If matching is used for topics, the value {0} can be used for replacing the matched part. | -| *queue.type* | The type of the queue: ORDERED, UNORDERED, TOPIC, ROUND-ROBIN, IGNORE, DROP | -| *queue.topics* | A list of topics processed by this queue. Either the concrete topic is specified or the topic string ends with /* or /. If a star is at the end all topics and sub topics match, with a dot only direct sub topics match. | -| *queue.maxparallel* | How many jobs can be processed in parallel? -1 for number of processors.| -| *queue.retries* | How often should the job be retried. -1 for endless retries. | -| *queue.retrydelay* | The waiting time in milliseconds between job retries. | -| *queue.priority* | The thread priority: NORM, MIN, or MAX | -| *service.ranking* | A ranking for this configuration.| +| `queue.name` | The name of the queue. If matching is used for topics, the value {0} can be used for replacing the matched part. | +| `queue.type` | The type of the queue: ORDERED, UNORDERED, TOPIC, ROUND-ROBIN, IGNORE, DROP | +| `queue.topics` | A list of topics processed by this queue. Either the concrete topic is specified or the topic string ends with /* or /. If a star is at the end all topics and sub topics match, with a dot only direct sub topics match. | +| `queue.maxparallel` | How many jobs can be processed in parallel? -1 for number of processors.| +| `queue.retries` | How often should the job be retried. -1 for endless retries. | +| `queue.retrydelay` | The waiting time in milliseconds between job retries. | +| `queue.priority` | The thread priority: NORM, MIN, or MAX | +| `service.ranking` | A ranking for this configuration.| The configurations are processed in order of their service ranking. The first matching queue configuration is used for the job.