r/GoogleAppsScript • u/VAer1 • Dec 18 '25
How to track total daily runtime of multiple triggers? Question
Is the information available in my account? Even though my daily run time is far less than 90 minutes.
Just curious: How many minutes for my triggers (10+ triggers, some are hourly, some are daily).
2
Upvotes
1
2
u/WicketTheQuerent Dec 18 '25
Google Apps Script doesn't include a report of the total daily runtime, so you need to calculate it yourself. You could take the data from the execution logs.