Skip to content

Releases: appronto/ratelimiter

Limit per queue and refactor

30 Sep 12:11

Choose a tag to compare

Limit per queue and refactor java code

First release

17 Jun 11:13

Choose a tag to compare

Limits the number of microflow calls within a period of time per second. 

  • The limit can be set by a Decimal per second by the constant RateLimit  or as a parameter of this action
  • If the LimitSize is provided it works as a pool, so if you provide 5 then all the actions you call with LimitSize 5 uses that pool. In this case, you can manage multiple ratelimits
  • Cannot be run in a TaskQueue (Mx9) directly. Create a microflow that runs in a Task Queue and call this Java action :)
  • Returns an object