Error code 429 when utilising a Zapier integration

I’m getting this error returned when my Zapier integration attempts to push more than one post at a time into our Discourse instance via an Admin API:

image

This is the API:

image

I note the following, but I’m not sure which setting to add to my app.yml to stop this happening:

Can you help?

Try using an All Users API Key for the requests if you aren’t already doing that. If you are still hitting the rate limit with an All Users API Key, set the DISCOURSE_MAX_ADMIN_API_REQS_PER_KEY_PER_MINUTE to something higher than its default value of 60 in your app.yml file.

1 Like