How to handle Telegram "error 429 Too Many Requests: retry after 4"

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) ?

Hello @Brock,

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.

Oh wow I put 1 every 4 seconds, now seems working, thanks !

Can you tell me why in Pipedream entries are not ordered like the order given by the RSS feed but they are sent in a disorderly manner ?