Pregunta de entrevista de E3 Global

How do you configure the flow limit parameter of a particular service? For Ex: A REST JSON service?

Respuesta de la entrevista

Anónimo

10 may 2016

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.