You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Carsten Ziegeler (JIRA)" <ji...@apache.org> on 2010/02/11 11:20:28 UTC

[jira] Resolved: (SLING-1365) Limit the number of parallel jobs

     [ https://issues.apache.org/jira/browse/SLING-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Carsten Ziegeler resolved SLING-1365.
-------------------------------------

    Resolution: Fixed

> 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.