Anyone familiar with the processing of soap reques...
# integrations
m
Anyone familiar with the processing of soap request queues? Let’s say I insert 500 JE’s via SOAP web services, all of them get queued in about 10 minutes. Now the queue is working down the list to process the insertion. What drives how many are worked on at a time? Currently it’s taking hours for them to process and they seem sequential, 1 by 1. Is there a setting to use more queues? or process in parallel?
z
The only way is using MapReduce. You have option to setup number of parallel queues execution
Usage Notes
Be aware of the following characteristics of asynchronous processing:
All available jobs are processed contiguously. That is, processing priority is based on when the job is submitted, and jobs cannot pass one another in the queue.