Hi community.
Im bulding an app that synchronizes data from another api into freshservice.
The problem is that there is a lot of entries that needs to be imported and updated one time each day.
When running the scheduled event, i run into api rate limit after 160 api consumptions and need to create a queue system to handle the rest of the data. Here i though scheduled event could be used to handle the rest of the data in a recurring event by 1 minute. But the other event will just trigger the main eventhandler.
Is there a way to check which schedule that triggered the event if you have multiple schedules in an app?