Recurring event every minute (as loops get a break)

I want to schedule a recurring event every minute.
I used to have a loop that worked in the backend workflow, but now because of the infinite recurrence protection I cannot have it working like that.

The goal - is to call one endpoint every minute to check if there is a new order there.

But doing so wiht a loop triggers at some time a break while my loop limit is 5K.

On the other hand recurring events can be scheduled only daily, not more often, which make them uselss for me.
Do you guys/girls have any good idea how to handle it?