temporal icon indicating copy to clipboard operation
temporal copied to clipboard

Enhanced persistence priority rate limiting

Open yycptt opened this issue 2 years ago • 0 comments

What changed?

  • Take caller and call initiation into consideration when performing persistence rate limiting.
  • Caller is either system or user namespace name
  • Call initiation is only defined when caller type is api and its value will be the frontend method name
  • If caller is user namespace name (not system), the persistence call will first consume a per ns token and then a host level token.
  • Specified caller and call initiation information

Why?

  • System protection

How did you test it?

  • Will add more unit test.
  • Will test locally.

Potential risks

Is hotfix candidate?

  • No

yycptt avatar Jul 28 '22 20:07 yycptt