9840 tasks remaining and "You have exceeded your rate limit. Try again later."

David1200

Member
Hello,

My first active workflow does not works, i receive this message:


{
"code": 8,
"message": "You have exceeded your rate limit. Try again later."
}


How to solve that please ?
 
P

Pabblymember11

Guest
Hey @David1200

The error message is coming from the Pinterest server and which means you have exhausted all your limits to Create Pins.

According to Pinterest's API documentation, you can pin "30 requests per 60 seconds" but as we can see you have already executed many pins in one min.


2022-02-03_15h44_51.png
2022-02-03_15h49_48.png


So to avoid this you can use the Delay action step before the Pinterest action event.

2022-02-03_16h11_59.png
 
Top