I have a list of 8000 records and I am trying to analyze it using Google AppsScript.
It takes around 6-minutes to analyze only 1500 records, so I have to split my data into batches of 1500 records each and run the script multiple times.
Is there any way to increase the 6-minute execution time limit of Gppgle AppsScript?