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

python - matpltolib navigation toolbar edit curves and parameters line color automatically changes issue -

node.js - Nodejs javascript implementation of PBEWithMD5AndTripleDES/CBC/PKCS5Padding -