The `DiscordRateLimitPolicy` is not stateless.
BrammyS opened this issue · 1 comments
BrammyS commented
Describe the bug
If you have multiple process running the library for the same bot then DiscordRateLimitPolicy will not handle rate limits properly.
To Reproduce
Steps to reproduce the behavior:
- Hit a rate limit on an endpoint on one process.
- Send a request to the same endpoint.
- See error
Expected behavior
The second process should not send the request.