Hello,
I'm encountering an issue with the request limit for my function calls. The function is triggered whenever a new record is created, and in many cases, we create these records in bulk (around 50 at a time). For each record, a workflow is initiated that creates a WorkDrive folder.
The problem is that after about 20 records, I receive the following response from the WorkDrive API:
API Response:
{"errors":[{"id":"F7008","title":"Request rate limit exceeded. Please retry again later."}]}
Could you please clarify what the current rate limits are, and where I can view them? Also, do you have any recommendations on how to manage or handle this kind of bulk processing without hitting the rate limit?
Best regards,
Marco