Is there any limit on number of concurrent hits or simultaneous executions on Google App Script Web App

If you are looking for the solution of this question yet, how about this? I measured the number of concurrent connections for Web Apps using the fetchAll method which can work the asynchronous processing. The flow is as follows. Deploy Web Apps. Connect to Web Apps by the asynchronous processing. At that time, the number … Read more