Skip to content

GAS Boilerplate for bulk/batch processing items in a table with resume functionality

License

Notifications You must be signed in to change notification settings

pawagit/resume-process-all

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

resume-process-all

GAS Boilerplate for bulk/batch processing items in a table with resume functionality

Keywords

resume spreadsheet google-sheets google-apps-script trigger batch-process maximum-execution-time bulk-process

Functionality & Features

  • Processes all rows on a given spreadsheet.
  • If the execution is about to exceed the maximum time allowed, the process terminates gracefully and sets a 'resume' flag in the Script Properties.
  • Once the last item is processed, a 'done' flag is set, avoiding future executions that start from the beginning.

Time based trigger

Hint: → Set a recurring trigger for RESUME_PROCESS_ALL() (⚠️ every x minutes, where x > MAX_TIME!)

Releases

No releases published

Packages

No packages published