Skip to content

Instantly share code, notes, and snippets.

@debisic
debisic / Async.gs
Created December 1, 2022 01:07 — forked from sdesalas/Async.gs
Asynchronous execution for Google App Scripts (gas)
/*
* Async.gs
*
* Manages asyncronous execution via time-based triggers.
*
* Note that execution normally takes 30-60s due to scheduling of the trigger.
*
* @see https://developers.google.com/apps-script/reference/script/clock-trigger-builder.html
*/