[
https://issues.apache.org/jira/browse/SLING-1365?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12831933#action_12831933
]
Carsten Ziegeler commented on SLING-1365:
-----------------------------------------
Yes, that's right - as before, the configuration is send with the job event
(this is not the optimal way of configuration as there could be two job events
with the same job topic but different configurations)
> 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.