@@ -261,7 +261,7 @@ This page documents the service quotas for Chainlink Runtime Environment (CRE) w
261261
262262These quotas apply to each workflow owner (user account) within an organization.
263263
264- | Limit | Description | Value |
264+ | Quota | Description | Value |
265265| ------------------------------- | ------------------------------------------------------------------------------------------------ | ---------------------------------- |
266266| Workflow Deployment Rate | Maximum rate at which an organization can deploy new workflows | Rate: 1 per minute <br /> Burst: 1 |
267267| Concurrent Workflow Executions | Maximum number of workflows that can execute simultaneously | 5 |
@@ -276,104 +276,104 @@ These quotas apply to each workflow owner (user account) within an organization.
276276 minutes. If an execution cannot be completed within this 10-minute window, it will be dropped and will not run.
277277</Aside>
278278
279- ## Per-workflow limits
279+ ## Per-workflow quotas
280280
281- These limits apply to each individual workflow.
281+ These quotas apply to each individual workflow.
282282
283- ### Trigger limits
283+ ### Trigger quotas
284284
285- | Limit | Description | Value |
285+ | Quota | Description | Value |
286286| ----------------------------- | ---------------------------------------------------------------------- | -------------------------------------- |
287287| Trigger Rate | Maximum rate at which a workflow's triggers can fire | Rate: 1 per 30 seconds <br /> Burst: 3 |
288288| Maximum Triggers per Workflow | Maximum number of triggers that can be registered to a single workflow | 10 |
289289
290- ### Execution limits
290+ ### Execution quotas
291291
292- | Limit | Description | Value |
292+ | Quota | Description | Value |
293293| ----------------------------- | --------------------------------------------------------------- | ----------------- |
294294| Concurrent Workflow Instances | Maximum number of concurrent executions for a specific workflow | 5 <br /> Burst: 5 |
295295| Workflow Timeout | Maximum total execution time for a single workflow run | 5 minutes |
296296| Workflow Memory Allocation | Maximum memory allocated to a workflow | 100 MB |
297297| Response Size | Maximum size of the data a workflow can return | 100 KB |
298298
299- ### Capability call limits
299+ ### Capability call quotas
300300
301- | Limit | Description | Value |
301+ | Quota | Description | Value |
302302| --------------------------- | ------------------------------------------------------------------------------------------------------ | --------- |
303303| Concurrent Capability Calls | Maximum concurrent capability calls (HTTP, EVM read/write, secrets) that can execute within a workflow | 3 |
304304| Capability Call Timeout | Maximum time a single capability call can take to complete | 3 minutes |
305305
306- ### Secrets limits
306+ ### Secrets quotas
307307
308- | Limit | Description | Value |
308+ | Quota | Description | Value |
309309| -------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ----- |
310310| Secrets Size | Maximum total size of secrets accessible to a workflow | 1 MB |
311311| Concurrent Secrets Fetches | Maximum number of secrets that can be fetched concurrently. [Learn how to fetch multiple secrets](/cre/guides/workflow/secrets). | 5 |
312312
313- ### Consensus limits
313+ ### Consensus quotas
314314
315- | Limit | Description | Value |
315+ | Quota | Description | Value |
316316| --------------------- | ---------------------------------------------------------------- | ------ |
317317| Observation Size | Maximum size of data that can be passed to consensus aggregation | 100 KB |
318318| Total Consensus Calls | Maximum number of consensus calls per workflow execution | 2,000 |
319319
320- ### Logging limits
320+ ### Logging quotas
321321
322- | Limit | Description | Value |
322+ | Quota | Description | Value |
323323| ------------- | --------------------------------------------------- | ----- |
324324| Log Line Size | Maximum size of a single log line | 1 KB |
325325| Log Events | Maximum number of log events per workflow execution | 1,000 |
326326
327- ## Trigger-specific limits
327+ ## Trigger-specific quotas
328328
329329### Cron trigger
330330
331- | Limit | Description | Value |
331+ | Quota | Description | Value |
332332| ------------ | --------------------------------------------- | -------------------------------------- |
333333| Trigger Rate | Maximum rate at which a cron trigger can fire | Rate: 1 per 30 seconds <br /> Burst: 1 |
334334
335335<Aside type="note" title="Minimum cron schedule">
336- While the rate limit allows firing once per 30 seconds, you should consider the [Concurrent Workflow
337- Instances](#execution-limits) limit when setting your cron schedule to avoid overlapping executions.
336+ While the rate quota allows firing once per 30 seconds, you should consider the [Concurrent Workflow
337+ Instances](#execution-quotas) quota when setting your cron schedule to avoid overlapping executions.
338338</Aside>
339339
340340### HTTP trigger
341341
342- | Limit | Description | Value |
342+ | Quota | Description | Value |
343343| ------------ | ---------------------------------------------- | -------------------------------------- |
344344| Trigger Rate | Maximum rate at which an HTTP trigger can fire | Rate: 1 per 30 seconds <br /> Burst: 3 |
345345
346346### EVM log trigger
347347
348- | Limit | Description | Value |
348+ | Quota | Description | Value |
349349| ---------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------------------------- |
350350| Maximum Log Triggers | Maximum number of EVM log triggers per workflow | 5 |
351351| Event Rate | Maximum rate at which log events can be processed | Rate: 10 per 6 seconds <br /> Burst: 10 |
352352| Filter Addresses | Maximum number of contract addresses that can be monitored | 5 |
353353| 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 |
354354| Event Size | Maximum size of a single log event | 5 KB |
355355
356- ## Capability-specific limits
356+ ## Capability-specific quotas
357357
358358### EVM write capability
359359
360- | Limit | Description | Value |
360+ | Quota | Description | Value |
361361| --------------------- | --------------------------------------------------------- | --------- |
362362| Target Chains | Maximum number of destination chains for write operations | 10 |
363363| Report Size | Maximum size of a report payload | 1 KB |
364- | Transaction Gas Limit | Gas limit per EVM transaction | 5,000,000 |
364+ | Transaction Gas Quota | Gas quota per EVM transaction | 5,000,000 |
365365
366366### EVM read capability
367367
368- | Limit | Description | Value |
368+ | Quota | Description | Value |
369369| ------------------------ | ---------------------------------------------------------------- | ----- |
370370| Read Calls per Execution | Maximum number of EVM read calls per workflow execution | 10 |
371- | Log Query Block Limit | Maximum number of blocks that can be queried for historical logs | 100 |
371+ | Log Query Block Quota | Maximum number of blocks that can be queried for historical logs | 100 |
372372| Payload Size | Maximum size of an EVM read request payload | 5 KB |
373373
374374### HTTP capability
375375
376- | Limit | Description | Value |
376+ | Quota | Description | Value |
377377| ------------------------ | ------------------------------------------------------ | ---------- |
378378| HTTP Calls per Execution | Maximum number of HTTP requests per workflow execution | 5 |
379379| Response Size | Maximum size of an HTTP response | 10 KB |
0 commit comments