Question:
Could you explain the behavior of queue processor max running count behavior in each case with respect to manual execution, scheduler execution, web service execution and child span call execution?
Answer:
Max limit of Concurrent Process is set in the abpm.queue.processor.concurrent.processes property :
Manual execution: Max. Number of concurrent Processes running can reach upto the value set in above property
Scheduler execution: Max. Number of concurrent Processes running can reach upto the value set in above property
Web service execution: Queue Processor is by-passed in this case of WS Execution.
Child spawn call execution: Child execution is not considered in the max limit and count of only Parent PF is considered in the max limit.
Comments
0 comments
Article is closed for comments.