I’m trying to understand how an Google Apps Script deployment actually work, and my question has two parts:
- When an Apps Script is run as a web application, and multiple users access it using the same URL, do completely separate (container-like) instances get spawned per
google.script.run
call per user in Google Servers? - If the answer is yes, are those instances visible to Google Cloud Admins of an organization?