According to Google app script time-trigger documentation https://developers.google.com/apps-script/guides/triggers/installable#limitations, Time-driven triggers cannot run more frequently than once per hour. How can I use app script to write an add-on that process large amount of data?
If I run a trigger, it will only allow me to trigger once. I can't chain the triggers so it can continuously run.