I’ve been regularly getting the below error message with my Discord integration, even though there is no delay before it in my Zap. I have since added a delay with an error handler after it, but that delay only gets triggered if I get this error, which I’ve been getting quite frequently.
![](https://uploads-us-west-2.insided.com/zapier-ca/attachment/71bbc78a-7c63-442b-97d5-c0abba668884.png)
When I look at the logs, it seems like this is an internal issue at Zapier, as Discord is rating limiting this request, even though this is the very first Discord action in my Zap:
{ "message": "You are being rate limited.", "retry_after": 0.3, "global": true }
I believe the global being true part means it’s Zapier’s bot going over 50 requests per second, which is not something I can control. Can Zapier update their Discord integration to cache the requests if they fail and retry them or something?
I believe my only workaround is to build my own Discord bot, which somewhat negates the point of the Discord Zapier integration and even if I did that, it’d increase the amount of actions this would require, which doesn’t seem right.