Quotas and limits
This document lists the quotas and system limits that apply to Application Integration.
- Quotas have default values, but you can typically request adjustments.
 - System limits are fixed values that can't be changed.
 
Google Cloud uses quotas to help ensure fairness and reduce spikes in resource use and availability. A quota restricts how much of a Google Cloud resource your Google Cloud project can use. Quotas apply to a range of resource types, including hardware, software, and network components. For example, quotas can restrict the number of API calls to a service, the number of load balancers used concurrently by your project, or the number of projects that you can create. Quotas protect the community of Google Cloud users by preventing the overloading of services. Quotas also help you to manage your own Google Cloud resources.
The Cloud Quotas system does the following:
- Monitors your consumption of Google Cloud products and services.
 - Restricts your consumption of those resources.
 - Provides a way to request changes to the quota value and automate quota adjustments .
 
In most cases, when you attempt to consume more of a resource than its quota allows, the system blocks access to the resource, and the task that you're trying to perform fails.
Quotas generally apply at the Google Cloud project level. Your use of a resource in one project doesn't affect your available quota in another project. Within a Google Cloud project, quotas are shared across all applications and IP addresses.
For more information, see the Cloud Quotas overview .There are also system limits on Application Integration resources. System limits can't be changed.
By default, Application Integration quotas and limits apply on a per-project basis. Quotas and limits that apply on a different basis are indicated as such; for example, the default concurrent executions for each project, or the maximum numbers of integrations per project.
Resource quotas
The following quotas apply to Application Integration resources for each Google Cloud project. You can increase or decrease the quota by requesting for a quota change .
(This page lists all the available integrations in your project)
(This page loads a whole integration including all the integration versions and configured task entities)
(This page lists all the available authentication profiles in your project)
Request a quota increase
To adjust most quotas, use the Google Cloud console. For more information, see Request a quota adjustment .
Usage limits
Application Integration enforces the following usage limits. Your are responsible for tracking and ensuring that the values stay within the prescribed limits. Exceeding the limits might lead to reduced throughput, task failures, and increased latencies when running the integration.Timeout for synchronous (SYNC) integration executions
The timeout duration includes any external system calls or
  sub-integration tasks of the integration during its execution. After the timeout duration, the execution status is set to CANCELED 
.
Examples of external system calls include, calling external endpoints, calling Salesforce using connectors, and calling Google Cloud functions
Timeout for asynchronous (ASYNC) integration executions
If your sub-integration takes longer than 2 minutes to run, consider executing your integration in ASYNC mode
Maximum time till which an older version of the integration can run after publishing the new version (system consistency)
This is because Application Integration is a distributed system that provides eventual consistency . It uses caches throughout the system that may take time to clear and refresh
Maximum number of tasks in an integration
If there is a need for more tasks, it is recommended that you split your integration into multiple integrations
Trigger ID format: api_trigger/ TRIGGER_NAME 
 
Data processing limits
We don't recommend using integrations in the following scenarios:
- Integration requires movement of bulk data or focus on extract, transform, and load (ETL) processes
 - Cumulative size of all the integration data is greater than 
 
10 MBduring executionWhen calculating the cumulative data size, add the size of all types of data such as input variables, output variables, and other intermediate task variables
 

