Problem / motivation
Currently Im just silently pass the 429 to the API caller.
Proposed solution
We should read the headers which Discord provides to address its rate limiting buckets and remaining requests. This involves some boilerplate to implement, but have to be done. It can become a huge problem later
Alternatives considered
I can't see any alternatives to do this.
According to Discord Docs the upper way is the only correct way of doing this.
Problem / motivation
Currently Im just silently pass the 429 to the API caller.
Proposed solution
We should read the headers which Discord provides to address its rate limiting buckets and remaining requests. This involves some boilerplate to implement, but have to be done. It can become a huge problem later
Alternatives considered
I can't see any alternatives to do this.
According to Discord Docs the upper way is the only correct way of doing this.