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)