I use multiple Anthropic and OpenAI modules in my Make scenario. And I have more active scenarios. I’m frequently encountering errors with the Anthropic modules specifically due to token rate limits.
Has anyone found effective solutions for handling these rate limit errors? Any tips on preventing or managing them would be greatly appreciated!
Handle errors so scenarios don’t stop.
You might want to add some error handling to your modules to handle exceptions, so the failing module(s) can automatically be retried or ignored. By handling any errors by adding a “Error handler” to the module, the scenario won’t throw an error and get turned off.
Error directives can only be added to an error handler route.
1. Right click and select “Add error handler”
2. Error handlers will appear
For more information on error handling, see:
Suggestions
You can retry after a short cooldown and resume, or
Use a break handler if you don’t need a quick completion
Hope this helps! Let me know if there are any further questions or issues.
— @samliew
P.S.: Investing some effort into the Make Academy will save you lots of time and frustration using Make.
3 Likes