google-apps-scriptdeploymentquota

Google Apps Script Active Deployment Limit


Is there a limit to the number of simultaneous active deployments for a single project? I have been searching through Google's quota documentation and can find nothing about this.

Also, if there is a limit, is there any difference in the limit based on the type of deployment, e.g., web app, library, etc.?


Solution

  • Apps Script Limitation:

    To summarize this answer. Apps Script have a limitation of 50 for active deployments. There is no actual division on the type of deployment in terms of the General Limit but they have specific limits. You can read more on the reference provided. Please do note that things are bound to be changed and also the project version and deployment might be different in different contexts.

    Reference:

    Google Service Quotas

    Maximum Active Deployment for AppsScript

    Alternate Answer

    I would also like to cover this post in case you have a different use case and might be referring to another context. Post for possible duplicate questions.