temporal
temporal copied to clipboard
Enhanced persistence priority rate limiting
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