core icon indicating copy to clipboard operation
core copied to clipboard

request throttling any kind of requests

Open bertvannuffelen opened this issue 8 years ago • 1 comments

Hi,

I have a user who is sending to many requests to my TDT.

I find a function

private function applyThrottle($definition)

which implements throttling. But is seems only to be applicable for "elasticsearch" requests. Can this function also be applied for any kind of requests?

kr,

Bert

bertvannuffelen avatar Oct 10 '16 14:10 bertvannuffelen

It can yes, some refactoring would be necessary though.

coreation avatar Oct 10 '16 18:10 coreation