Hi. I have an RSS feed link trigger that send to a telegram channel a message at every new event. Today I received the email that my workflow went in error 429.
How can I handle this problem so that if I get 9 new entries all together in the rss feed, the workflow send 4 messages (idk if every 5 seconds?) at a time on my telegram channel (since this is seems to be the maximum number) ?
I think you can solve this problem by throttle your workflow execution in your Workflow settings. This document explain clearly why and how you can do that. Please do a read and tell me if you need anything else.