I am getting rate limited using Anthropic

janalida

Member
I using an iterator to create multiple pieces of content using Claude. I am getting rate limited. I am using the data forwarder as instructed since the iterator cannot have a delay step. But having the delay step in the forwarded workflow from an iterator doesn't work to get around the rate limit. All it does is delay the start of the forwarded workflow but it doesn't space out each iteration. If I want to space out the time between iterations, how is that done?
 

Preeti Paryani

Well-known member
Staff member
Hello @janalida,

Could you please provide us with the workflow URLs associated with your setup? This will help us better understand the issue and provide accurate guidance.

In the meantime, you can try adding a random delay instead of a standard fixed delay. This can sometimes help mitigate rate-limiting issues. To implement a random delay, please refer to the shared workflow URLs below:

Shared Workflow URL 1

Let us know if this solution works for you!
 
Top