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:11:12 UTC

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

Tommaso Teofili created SLING-5733:
--------------------------------------

             Summary: 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


{{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)