You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tommaso Teofili (JIRA)" <ji...@apache.org> on 2016/05/18 08:15:13 UTC

[jira] [Resolved] (SLING-5733) In memory queue provider should have one processor per queue (running every sec)

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

Tommaso Teofili resolved SLING-5733.
------------------------------------
       Resolution: Fixed
    Fix Version/s: Content Distribution 0.2.0

fixed in r1744357,1744358

> In memory queue provider should have one processor per queue (running every sec)
> --------------------------------------------------------------------------------
>
>                 Key: SLING-5733
>                 URL: https://issues.apache.org/jira/browse/SLING-5733
>             Project: Sling
>          Issue Type: Improvement
>          Components: Distribution
>            Reporter: Tommaso Teofili
>            Assignee: Tommaso Teofili
>             Fix For: Content Distribution 0.2.0
>
>
> {{SimpleQueueProvider}} currently starts a queue processor via {{Scheduler}} which takes all the items in all the queues and process them one at a time.
> This is of course not optimal as it wouldn't be possible to process multiple queues in parallel.
> Also the processing happens every 10s, which is definitely too much, so the {{ScheduledDistributionQueueProcessorTask}} should run every second.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)