Skip to content

Instantly share code, notes, and snippets.

View cwar082's full-sized avatar
🏠
Working from home

Curtis Warner cwar082

🏠
Working from home
View GitHub Profile
@sdesalas
sdesalas / Async.gs
Last active May 9, 2024 07:02
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
*/