Replies: 1 comment
-
Yes, as long as you use an external storage (like redis) the rate limits will be applied for a distributed application |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am wondering if it is safe to use
limits
in a distributed system where different processes must operate with shared resources in a mutually exclusive way.For example, I would like to ensure that multiple processes will not override the counter and thus introduce a chance to go above the limit. Is there a tool that prevents that from happening?
Many thanks for considering my question.
Beta Was this translation helpful? Give feedback.
All reactions