How do you configure the flow limit parameter of a particular service? For Ex: A REST JSON service?
Anónimo
We should be able to configure it based on the number of requests sent each minute. Usually the web service requests are synchonous and so the delay in getting the data from DB will be more. That delay will be calculated to find out the total number of processes that need to be running at moment.