私は Keynote API を使用して、Week to Date、Month to Date、Year to Date のパフォーマンス メトリックを提供しています。サーバー側の計算により、週累計は迅速に応答し、月累計はタイムアウトすることがあり、年累計は常にタイムアウトします。
Google スクリプトのタイムアウトを増やす方法はありますか?
var prods = Utilities.jsonParse(UrlFetchApp.fetch(json_api_url).getContentText());