Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-5733

In memory queue provider should have one processor per queue (running every sec)

    XMLWordPrintableJSON

Details

    Description

      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.

      Attachments

        Activity

          People

            marett Timothee Maret
            teofili Tommaso Teofili
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: