Limit the number of parallel jobs
---------------------------------

                 Key: SLING-1365
                 URL: https://issues.apache.org/jira/browse/SLING-1365
             Project: Sling
          Issue Type: New Feature
          Components: Extensions
    Affects Versions: Extensions Event 2.1.0
            Reporter: Carsten Ziegeler
            Assignee: Carsten Ziegeler
             Fix For: Extensions Event 2.2.0


Currently jobs can either be processed in parallel or in a series (per topic). 
However, if parallel processing is used, as many jobs as are available are 
processed in parallel and there is no limit.
We should change the meaning of the parallel property to:
- false: no parallel processing
- a positiv number N : parallel processing with max N jobs in parallel
- anything else: parallel processing

Currently it is:
- false: no parallel processing
- anything else: parallel processing


-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to