Can using multiple triggers cause performance issues? -


using formranger form/google spreadsheet, have 3 triggers: on every form submit; on every spreadsheet edit; , every 5 minutes. using 3 cause conflicts and/or slowness of google form/spreadsheet (form responses)?

thanks much!

no, parallel triggers not cause performance issues. each invocation run in it's own copy of spreadsheet, , there no direct interaction between them.

all scripts contribute towards daily service limits.


Comments

Popular posts from this blog

c# - How to get the current UAC mode -

postgresql - Lazarus + Postgres: incomplete startup packet -

javascript - Ajax jqXHR.status==0 fix error -