@@ -20,7 +20,7 @@ This page documents the service quotas for Chainlink Runtime Environment (CRE) w
2020
2121These quotas apply to each workflow owner (user account) within an organization.
2222
23- | Limit | Description | <div style = " width: 150px;" >Value</div > |
23+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
2424| ------------------------------- | ------------------------------------------------------------------------------------------------ | -------------------------------------- |
2525| Workflow Deployment Rate | Maximum rate at which an organization can deploy new workflows | Rate: 1 per minute <br /> Burst: 1 |
2626| Concurrent Workflow Executions | Maximum number of workflows that can execute simultaneously | 5 |
@@ -35,104 +35,104 @@ These quotas apply to each workflow owner (user account) within an organization.
3535 minutes. If an execution cannot be completed within this 10-minute window, it will be dropped and will not run.
3636</Aside >
3737
38- ## Per-workflow limits
38+ ## Per-workflow quotas
3939
40- These limits apply to each individual workflow.
40+ These quotas apply to each individual workflow.
4141
42- ### Trigger limits
42+ ### Trigger quotas
4343
44- | Limit | Description | <div style = " width: 160px;" >Value</div > |
44+ | Quota | Description | <div style = " width: 160px;" >Value</div > |
4545| ----------------------------- | ---------------------------------------------------------------------- | -------------------------------------- |
4646| Trigger Rate | Maximum rate at which a workflow's triggers can fire | Rate: 1 per 30 seconds <br /> Burst: 3 |
4747| Maximum Triggers per Workflow | Maximum number of triggers that can be registered to a single workflow | 10 |
4848
49- ### Execution limits
49+ ### Execution quotas
5050
51- | Limit | Description | <div style = " width: 150px;" >Value</div > |
51+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
5252| ----------------------------- | --------------------------------------------------------------- | -------------------------------------- |
5353| Concurrent Workflow Instances | Maximum number of concurrent executions for a specific workflow | 5 <br /> Burst: 5 |
5454| Workflow Timeout | Maximum total execution time for a single workflow run | 5 minutes |
5555| Workflow Memory Allocation | Maximum memory allocated to a workflow | 100 MB |
5656| Response Size | Maximum size of the data a workflow can return | 100 KB |
5757
58- ### Capability call limits
58+ ### Capability call quotas
5959
60- | Limit | Description | <div style = " width: 150px;" >Value</div > |
60+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
6161| --------------------------- | ------------------------------------------------------------------------------------------------------ | -------------------------------------- |
6262| Concurrent Capability Calls | Maximum concurrent capability calls (HTTP, EVM read/write, secrets) that can execute within a workflow | 3 |
6363| Capability Call Timeout | Maximum time a single capability call can take to complete | 3 minutes |
6464
65- ### Secrets limits
65+ ### Secrets quotas
6666
67- | Limit | Description | <div style = " width: 150px;" >Value</div > |
67+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
6868| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | -------------------------------------- |
6969| Secrets Size | Maximum total size of secrets accessible to a workflow | 1 MB |
7070| Concurrent Secrets Fetches | Maximum number of secrets that can be fetched concurrently. [ Learn how to fetch multiple secrets] ( /cre/guides/workflow/secrets ) . | 5 |
7171
72- ### Consensus limits
72+ ### Consensus quotas
7373
74- | Limit | Description | <div style = " width: 150px;" >Value</div > |
74+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
7575| --------------------- | ---------------------------------------------------------------- | -------------------------------------- |
7676| Observation Size | Maximum size of data that can be passed to consensus aggregation | 100 KB |
7777| Total Consensus Calls | Maximum number of consensus calls per workflow execution | 2,000 |
7878
79- ### Logging limits
79+ ### Logging quotas
8080
81- | Limit | Description | <div style = " width: 150px;" >Value</div > |
81+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
8282| ------------- | --------------------------------------------------- | -------------------------------------- |
8383| Log Line Size | Maximum size of a single log line | 1 KB |
8484| Log Events | Maximum number of log events per workflow execution | 1,000 |
8585
86- ## Trigger-specific limits
86+ ## Trigger-specific quotas
8787
8888### Cron trigger
8989
90- | Limit | Description | <div style = " width: 150px;" >Value</div > |
90+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
9191| ------------ | --------------------------------------------- | -------------------------------------- |
9292| Trigger Rate | Maximum rate at which a cron trigger can fire | Rate: 1 per 30 seconds <br /> Burst: 1 |
9393
9494<Aside type = " note" title = " Minimum cron schedule" >
95- While the rate limit allows firing once per 30 seconds, you should consider the [ Concurrent Workflow
96- Instances] ( #execution-limits ) limit when setting your cron schedule to avoid overlapping executions.
95+ While the rate quota allows firing once per 30 seconds, you should consider the [ Concurrent Workflow
96+ Instances] ( #execution-quotas ) quota when setting your cron schedule to avoid overlapping executions.
9797</Aside >
9898
9999### HTTP trigger
100100
101- | Limit | Description | <div style = " width: 150px;" >Value</div > |
101+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
102102| ------------ | ---------------------------------------------- | -------------------------------------- |
103103| Trigger Rate | Maximum rate at which an HTTP trigger can fire | Rate: 1 per 30 seconds <br /> Burst: 3 |
104104
105105### EVM log trigger
106106
107- | Limit | Description | <div style = " width: 150px;" >Value</div > |
107+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
108108| ---------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------------------------- |
109109| Maximum Log Triggers | Maximum number of EVM log triggers per workflow | 5 |
110110| Event Rate | Maximum rate at which log events can be processed | Rate: 10 per 6 seconds <br /> Burst: 10 |
111111| Filter Addresses | Maximum number of contract addresses that can be monitored | 5 |
112112| Filter Topics per Slot | Maximum number of topic values that can be specified within a single topic position (Topics[ 0] , Topics[ 1] , Topics[ 2] , or Topics[ 3] ). [ Learn about topic filtering] ( /cre/guides/workflow/using-triggers/evm-log-trigger ) . | 10 |
113113| Event Size | Maximum size of a single log event | 5 KB |
114114
115- ## Capability-specific limits
115+ ## Capability-specific quotas
116116
117117### EVM write capability
118118
119- | Limit | Description | <div style = " width: 150px;" >Value</div > |
119+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
120120| --------------------- | --------------------------------------------------------- | -------------------------------------- |
121121| Target Chains | Maximum number of destination chains for write operations | 10 |
122122| Report Size | Maximum size of a report payload | 1 KB |
123- | Transaction Gas Limit | Gas limit per EVM transaction | 5,000,000 |
123+ | Transaction Gas Quota | Gas quota per EVM transaction | 5,000,000 |
124124
125125### EVM read capability
126126
127- | Limit | Description | <div style = " width: 150px;" >Value</div > |
127+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
128128| ------------------------ | ---------------------------------------------------------------- | -------------------------------------- |
129129| Read Calls per Execution | Maximum number of EVM read calls per workflow execution | 10 |
130- | Log Query Block Limit | Maximum number of blocks that can be queried for historical logs | 100 |
130+ | Log Query Block Quota | Maximum number of blocks that can be queried for historical logs | 100 |
131131| Payload Size | Maximum size of an EVM read request payload | 5 KB |
132132
133133### HTTP capability
134134
135- | Limit | Description | <div style = " width: 150px;" >Value</div > |
135+ | Quota | Description | <div style = " width: 150px;" >Value</div > |
136136| ------------------------ | ------------------------------------------------------ | -------------------------------------- |
137137| HTTP Calls per Execution | Maximum number of HTTP requests per workflow execution | 5 |
138138| Response Size | Maximum size of an HTTP response | 10 KB |
0 commit comments